Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
se-panfilov committed May 9, 2019
1 parent bcc69ab commit 3cc78f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.1"></a>
## [1.0.1](https://github.com/se-panfilov/vue-notifications/compare/v0.9.2...v1.0.1) (2019-05-03)
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-notifications",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vuejs notifications",
"main": "dist/vue-notifications.js",
"repository": {
Expand All @@ -26,6 +26,5 @@
},
"homepage": "https://github.com/se-panfilov/vue-notifications#readme",
"devDependencies": {},
"dependencies": {
}
"dependencies": {}
}
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"name": "vue-notifications",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vuejs notifications",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"scripts": {
"info": "npm-scripts-info",
"build": "run-s clean && run-p build:*",
"build:main": "tsc -p tsconfig.json",
"build:module": "tsc -p tsconfig.module.json",
"build": "tsc -p tsconfig.json",
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
"fix:tslint": "tslint --fix --project .",
"test": "run-s build test:*",
"test:lint": "tslint --project . && prettier \"src/**/*.ts\" --list-different",
Expand Down

0 comments on commit 3cc78f9

Please sign in to comment.