From f247bf376e23a6765439964ecab5677a9415fd87 Mon Sep 17 00:00:00 2001 From: Leonardo Ascione Date: Sat, 2 Mar 2019 03:10:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c3a5b..f675530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.9.0](https://github.com/favoloso/conventional-changelog-emoji/compare/v0.8.0...v0.9.0) (2019-03-02) + +### ✨ Features + +- Add translations support for headings and rules ([553f3d7](https://github.com/favoloso/conventional-changelog-emoji/commit/553f3d7)) + +### 🐛 Bug Fixes + +- Fix a bug while parsing some emojis (like ⚡️) ([9da7bac](https://github.com/favoloso/conventional-changelog-emoji/commit/9da7bac)) + +### 📚 Documentation + +- Add `language` option to README ([bd219ad](https://github.com/favoloso/conventional-changelog-emoji/commit/bd219ad)) + # [0.8.0](https://github.com/favoloso/conventional-changelog-emoji/compare/v0.7.0...v0.8.0) (2019-03-01) ### ✨ Features diff --git a/package.json b/package.json index 548eba6..52e1b2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@favoloso/conventional-changelog-emoji", - "version": "0.8.0", + "version": "0.9.0", "description": "Conventional Changelog with Emojis support", "main": "index.js", "repository": {