From 515812311ee41719559ced22b1935c787511d86b Mon Sep 17 00:00:00 2001 From: Leonardo Ascione Date: Thu, 24 Oct 2019 16:41:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f675530..8c19694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 52e1b2c..6c10e9e 100644 --- a/package.json +++ b/package.json @@ -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": {