Skip to content

Commit

Permalink
🔖 Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frinyvonnick committed Jun 26, 2021
1 parent 134dfb9 commit d3640f6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

<a name="2.2.1"></a>
## 2.2.1 (2021-01-21)

### Changed

- 📌 Fix yarn.lock not up to date ([#207](https://github.com/frinyvonnick/gitmoji-changelog/issues/207)) [[54d194f](https://github.com/frinyvonnick/gitmoji-changelog/commit/54d194f08ebb073c14626c80dc5ecfa494e5a3e2)]

### Fixed

- 🐛 Fix unsupported key using read-pkg-up ([#206](https://github.com/frinyvonnick/gitmoji-changelog/issues/206)) [[7a2eb08](https://github.com/frinyvonnick/gitmoji-changelog/commit/7a2eb084c37e05300dd53fb940da1f24206f29f6)]

### Miscellaneous

- 👥 Add MarkLyck as a contributor ([#208](https://github.com/frinyvonnick/gitmoji-changelog/issues/208)) [[134dfb9](https://github.com/frinyvonnick/gitmoji-changelog/commit/134dfb95ea360bd566d272256881443f30829c18)]


<a name="2.2.0"></a>
## 2.2.0 (2020-12-16)

Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "2.2.1",
"keywords": [
"gitmoji",
"generate",
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.2.0",
"version": "2.2.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.2.0",
"version": "2.2.1",
"description": "Gitmoji Changelog markdown formatter",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit d3640f6

Please sign in to comment.