Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Release 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 committed Aug 14, 2019
1 parent 6bb6d60 commit 9c24376
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.0.16](https://github.com/Disane87/ngx-taskboard/compare/v1.0.14...v1.0.16)
#### [v1.0.17](https://github.com/Disane87/ngx-taskboard/compare/v1.0.17...v1.0.17)

> 14 August 2019
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,14 @@
},
"github": {
"release": true,
"releaseNotes": "npm run changelog-stdout",
"assets": [
"../../dist/ngx-taskboard/*.zip"
]
"releaseNotes": "npm run changelog-stdout"
},
"hooks": {
"before:init": [
"npm run lint",
"npm test"
],
"after:bump": "npm run build && npm run changelog-stdout",
"after:bump": "npm run build",
"after:git:release": "echo After git push, before github release",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
}
Expand Down Expand Up @@ -97,7 +94,7 @@
"email": "mfranke87@icloud.com"
}
],
"version": "1.0.17",
"version": "1.0.18",
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0"
Expand Down

0 comments on commit 9c24376

Please sign in to comment.