Skip to content

Commit

Permalink
chore(release): v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Nov 6, 2022
1 parent f7517e5 commit 883aaf0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## v0.1.3


### 🚀 Enhancements

- Switched to changelogen (354c77f)
- **emojis:** Added 🧵 & 🦺 (f7517e5)

### 🩹 Fixes

- **chore:** Updated description (cddb0f8)
- **chore:** Removed lock file (a4745e7)

### ❤️ Contributors

- Conner
- Conner Bachmann

### [0.1.2](https://github.com/Intevel/convert-gitmoji/compare/v0.1.1...v0.1.2) (2022-07-05)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-gitmoji",
"version": "0.1.2",
"version": "0.1.3",
"description": "♻️ Convert strings to gitmojis",
"license": "MIT",
"author": "Conner Luka Bachmann <mail@conner-bachmann.de>",
Expand All @@ -21,7 +21,7 @@
"scripts": {
"build": "unbuild",
"lint": "eslint --ext .ts .",
"release": "yarn build && changelogen --release && git push --follow-tags && npm publish",
"release": "yarn build && changelogen --release && git push --follow-tags && yarn publish",
"typecheck": "tsc --noEmit",
"test": "vitest"
},
Expand Down

0 comments on commit 883aaf0

Please sign in to comment.