Skip to content

Commit

Permalink
πŸ”– v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfactory committed Oct 24, 2019
1 parent 0a878cf commit 5158123
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [0.10.0](https://github.com/favoloso/conventional-changelog-emoji/compare/v0.9.0...v0.10.0) (2019-10-24)

### ✨ Features

- Add support for breaking changes bump in commit messages ([1612535](https://github.com/favoloso/conventional-changelog-emoji/commit/1612535))

### πŸ› Bug Fixes

- Replace correctly arguments when linter errors are shown ([79ba400](https://github.com/favoloso/conventional-changelog-emoji/commit/79ba400))

### πŸ“š Documentation

- Add release-it example ([09207e9](https://github.com/favoloso/conventional-changelog-emoji/commit/09207e9))
- Fix husky snippet ([5fd7d4f](https://github.com/favoloso/conventional-changelog-emoji/commit/5fd7d4f))
- Fixed scripts in the README ([8081f39](https://github.com/favoloso/conventional-changelog-emoji/commit/8081f39))

# [0.9.0](https://github.com/favoloso/conventional-changelog-emoji/compare/v0.8.0...v0.9.0) (2019-03-02)

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@favoloso/conventional-changelog-emoji",
"version": "0.9.0",
"version": "0.10.0",
"description": "Conventional Changelog with Emojis support",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 5158123

Please sign in to comment.