Skip to content

Commit 883aaf0

Browse files
author
Conner Bachmann
committed
chore(release): v0.1.3
1 parent f7517e5 commit 883aaf0

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v0.1.3
6+
7+
8+
### 🚀 Enhancements
9+
10+
- Switched to changelogen (354c77f)
11+
- **emojis:** Added 🧵 & 🦺 (f7517e5)
12+
13+
### 🩹 Fixes
14+
15+
- **chore:** Updated description (cddb0f8)
16+
- **chore:** Removed lock file (a4745e7)
17+
18+
### ❤️ Contributors
19+
20+
- Conner
21+
- Conner Bachmann
22+
523
### [0.1.2](https://github.com/Intevel/convert-gitmoji/compare/v0.1.1...v0.1.2) (2022-07-05)
624

725

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convert-gitmoji",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "♻️ Convert strings to gitmojis",
55
"license": "MIT",
66
"author": "Conner Luka Bachmann <mail@conner-bachmann.de>",
@@ -21,7 +21,7 @@
2121
"scripts": {
2222
"build": "unbuild",
2323
"lint": "eslint --ext .ts .",
24-
"release": "yarn build && changelogen --release && git push --follow-tags && npm publish",
24+
"release": "yarn build && changelogen --release && git push --follow-tags && yarn publish",
2525
"typecheck": "tsc --noEmit",
2626
"test": "vitest"
2727
},

0 commit comments

Comments
 (0)