Skip to content

Commit

Permalink
release(version): Release 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](oleg-koval/semantic-release-npm-github-publish@v1.1.10...v1.2.0) (2019-10-04)

### Features

* **release:** add custom release-notes generator ([ed4a8e5](oleg-koval@ed4a8e5))
  • Loading branch information
semantic-release-bot committed Oct 4, 2019
1 parent ed4a8e5 commit de7e8a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.2.0](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.1.10...v1.2.0) (2019-10-04)


### Features

* **release:** add custom release-notes generator ([ed4a8e567ec57cfed456be9af968d9918d6fe522](https://github.com/oleg-koval/semantic-release-npm-github-publish/commit/ed4a8e567ec57cfed456be9af968d9918d6fe522))

## [1.1.10](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.1.9...v1.1.10) (2019-09-29)

## [1.1.9](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.1.8...v1.1.9) (2019-09-29)
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"release",
"semantic-release-config",
"semantic-release",
".releaserc.json",
"release.config.js"
".releaserc.json",
"release.config.js"
],
"license": "MIT",
"main": "release.config.js",
Expand All @@ -47,5 +47,5 @@
"scripts": {
"semantic-release": "semantic-release"
},
"version": "1.1.10"
"version": "1.2.0"
}

0 comments on commit de7e8a9

Please sign in to comment.