Skip to content

Commit 0522b87

Browse files
committed
πŸ”– Release v2.3.0
1 parent bbc9ed4 commit 0522b87

5 files changed

Lines changed: 25 additions & 4 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
<a name="2.3.0"></a>
4+
## 2.3.0 (2022-01-04)
5+
6+
### Added
7+
8+
- ✨ Add Helm preset ([#229](https://github.com/frinyvonnick/gitmoji-changelog/issues/229)) [[8c16f72](https://github.com/frinyvonnick/gitmoji-changelog/commit/8c16f72302d44b20727d6e7b82adb68802afb72e)]
9+
10+
### Changed
11+
12+
- ⬆️ Bump ssri from 6.0.1 to 6.0.2 ([#215](https://github.com/frinyvonnick/gitmoji-changelog/issues/215)) [[ed4a033](https://github.com/frinyvonnick/gitmoji-changelog/commit/ed4a03398242caa5f17dcd5cdda4f8b8815e6cc3)]
13+
- ⬆️ Bump normalize-url from 4.5.0 to 4.5.1 ([#219](https://github.com/frinyvonnick/gitmoji-changelog/issues/219)) [[9cb9e41](https://github.com/frinyvonnick/gitmoji-changelog/commit/9cb9e41ce0ab9e066616f9d60fa422094c2c1527)]
14+
- ⬆️ Bump y18n from 3.2.1 to 3.2.2 ([#220](https://github.com/frinyvonnick/gitmoji-changelog/issues/220)) [[0668d86](https://github.com/frinyvonnick/gitmoji-changelog/commit/0668d8604263776117a6052d29b33473b770c196)]
15+
- ⬆️ Upgrade dependencies using yarn upgrade ([#232](https://github.com/frinyvonnick/gitmoji-changelog/issues/232)) [[14f55bc](https://github.com/frinyvonnick/gitmoji-changelog/commit/14f55bc61cdff0863fc2c73af9086191cab93935)]
16+
- ⬆️ Upgrade vulnerable packages ([#230](https://github.com/frinyvonnick/gitmoji-changelog/issues/230)) [[27c53bd](https://github.com/frinyvonnick/gitmoji-changelog/commit/27c53bd253f17a94eac1c78b42a0630be3b299e9)]
17+
18+
### Miscellaneous
19+
20+
- πŸ‘₯ Add horaklukas as a contributor for code ([#234](https://github.com/frinyvonnick/gitmoji-changelog/issues/234)) [[1f94e98](https://github.com/frinyvonnick/gitmoji-changelog/commit/1f94e987d014bb5863eebf9811d5c3f01b71bb9b)]
21+
- πŸ‘₯ Add juwit as a contributor for code ([#233](https://github.com/frinyvonnick/gitmoji-changelog/issues/233)) [[b643004](https://github.com/frinyvonnick/gitmoji-changelog/commit/b643004a1e5173d5387026530041b863bf930788)]
22+
23+
324
<a name="2.2.1"></a>
425
## 2.2.1 (2021-01-21)
526

β€Žlerna.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packages": [
66
"packages/*"
77
],
8-
"version": "2.2.0",
8+
"version": "2.3.0",
99
"command": {
1010
"version": {
1111
"message": ":bookmark: Release %s"

β€Žpackages/gitmoji-changelog-cli/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitmoji-changelog",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"keywords": [
55
"gitmoji",
66
"generate",

β€Žpackages/gitmoji-changelog-core/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitmoji-changelog/core",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Core tool that transform raw commits into a nice json structure",
55
"main": "src/index.js",
66
"engines": {

β€Žpackages/gitmoji-changelog-markdown/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitmoji-changelog/markdown",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Gitmoji Changelog markdown formatter",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
Β (0)