Skip to content

Commit

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

### Bug Fixes

* **manifest:** add plugins.json to a bundle ([22c1a28](oleg-koval@22c1a28))
  • Loading branch information
semantic-release-bot committed Oct 4, 2019
1 parent 22c1a28 commit 0411de2
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.1](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.2.0...v1.2.1) (2019-10-04)


### Bug Fixes

* **manifest:** add plugins.json to a bundle ([22c1a28db3a189d06a354c621e5b24c6df94f38c](https://github.com/oleg-koval/semantic-release-npm-github-publish/commit/22c1a28db3a189d06a354c621e5b24c6df94f38c))

# [1.2.0](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.1.10...v1.2.0) (2019-10-04)


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 @@ -13,8 +13,8 @@
"semantic-release": "^15.13.24"
},
"files": [
"release.config.js",
"plugins.json"
"release.config.js",
"plugins.json"
],
"keywords": [
"changelog",
Expand Down Expand Up @@ -48,5 +48,5 @@
"scripts": {
"semantic-release": "semantic-release"
},
"version": "1.2.0"
"version": "1.2.1"
}

0 comments on commit 0411de2

Please sign in to comment.