Skip to content

Commit 578928f

Browse files
chore(release): 2.3.0 [skip ci]
## [2.3.0](v2.2.1...v2.3.0) (2021-06-18) ### Features * ✨ scope to allow digit ([#126](#126)) ([cb31dda](cb31dda)) ### Bug Fixes * **test:** 🐛 🚨 fixup for syntax error ([404dce4](404dce4)) ### Other * 🚨 fixed linting errors ([b357026](b357026)) * **deps:** update dependency @types/node to v14.14.45 ([d748c98](d748c98)) * **update:** 🔧 updated deps ([fc8b67c](fc8b67c))
1 parent b357026 commit 578928f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [2.3.0](https://github.com/folke/devmoji/compare/v2.2.1...v2.3.0) (2021-06-18)
2+
3+
4+
### Features
5+
6+
* ✨ scope to allow digit ([#126](https://github.com/folke/devmoji/issues/126)) ([cb31dda](https://github.com/folke/devmoji/commit/cb31ddae5899442e368f7fe8223a289371f8495a))
7+
8+
9+
### Bug Fixes
10+
11+
* **test:** 🐛 🚨 fixup for syntax error ([404dce4](https://github.com/folke/devmoji/commit/404dce4dfb6ffe3dbb7846e649772cbd84176ec2))
12+
13+
14+
### Other
15+
16+
* 🚨 fixed linting errors ([b357026](https://github.com/folke/devmoji/commit/b35702639e415be038f72110f69243c588dcb2a6))
17+
* **deps:** update dependency @types/node to v14.14.45 ([d748c98](https://github.com/folke/devmoji/commit/d748c98b1e9f12f443cdd5b0745c5d4b9f6cde82))
18+
* **update:** 🔧 updated deps ([fc8b67c](https://github.com/folke/devmoji/commit/fc8b67cf918fc5bc2b948821c90c65a24cf06c86))
19+
120
### [2.2.1](https://github.com/folke/devmoji/compare/v2.2.0...v2.2.1) (2021-05-10)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devmoji",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Enhance your conventional commits with gitmoji",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)