Skip to content

Commit

Permalink
🔖 Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frinyvonnick committed Nov 21, 2019
1 parent 84c7086 commit 5bc3663
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

<a name="0.0.1"></a>
## 0.0.1 (2019-11-19)

### Added

- 👷‍♂️ Add exact option to canary version ([#147](https://github.com/frinyvonnick/gitmoji-changelog/issues/147)) [[84c7086](https://github.com/frinyvonnick/gitmoji-changelog/commit/84c7086b94190d9259749262e997be8617e10345)] (by Benjamin Petetot)
- 👷‍♂️ Publish Canary version on master push ([#141](https://github.com/frinyvonnick/gitmoji-changelog/issues/141)) [[84ab6f1](https://github.com/frinyvonnick/gitmoji-changelog/commit/84ab6f17a40831ca780f3ce60420ac3268624918)] (by Benjamin Petetot)
- 👷‍♂️ Setup GitHub CI ([#140](https://github.com/frinyvonnick/gitmoji-changelog/issues/140)) [[a7f1228](https://github.com/frinyvonnick/gitmoji-changelog/commit/a7f1228ed313bbd507686e6cdcac5d9a5a8be46b)] (by Benjamin Petetot)

### Fixed

- 🐛 Fix bug preventing generating changelog when previous version doesn&#x27;t exist ([#145](https://github.com/frinyvonnick/gitmoji-changelog/issues/145)) [[4f04f45](https://github.com/frinyvonnick/gitmoji-changelog/commit/4f04f453af9c3fd82b388b082aa59b9a6f1d5374)] (by Yvonnick FRIN)

<a name="2.0.0"></a>
## 2.0.0 (2019-10-31)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages": [
"packages/*"
],
"version": "2.0.0",
"version": "2.0.1",
"command": {
"version": {
"message": ":bookmark: Release %s"
Expand Down
6 changes: 3 additions & 3 deletions packages/gitmoji-changelog-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitmoji-changelog",
"version": "2.0.0",
"version": "2.0.1",
"keywords": [
"gitmoji",
"generate",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"homepage": "https://github.com/frinyvonnick/gitmoji-changelog#readme",
"dependencies": {
"@gitmoji-changelog/core": "^2.0.0",
"@gitmoji-changelog/markdown": "^2.0.0",
"@gitmoji-changelog/core": "^2.0.1",
"@gitmoji-changelog/markdown": "^2.0.1",
"hosted-git-info": "^3.0.2",
"immutadot": "^1.0.0",
"inquirer": "^6.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gitmoji-changelog-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitmoji-changelog/core",
"version": "2.0.0",
"version": "2.0.1",
"description": "Core tool that transform raw commits into a nice json structure",
"main": "src/index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gitmoji-changelog-markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitmoji-changelog/markdown",
"version": "2.0.0",
"version": "2.0.1",
"description": "Gitmoji Changelog markdown formatter",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 5bc3663

Please sign in to comment.