Skip to content

Commit 53105b6

Browse files
committed
chore(release): 0.0.2
1 parent 2aeff6d commit 53105b6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
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.
4+
5+
### 0.0.2 (2022-06-26)
6+
7+
8+
### Features
9+
10+
* **chore:** added data for first gitmojis ([4b874ed](https://github.com/Intevel/convert-gitmoji/commit/4b874ed4373768a54d1ba79ddb09ea62bc35d3ef))
11+
* **chore:** added withSpace option to convert ([977f477](https://github.com/Intevel/convert-gitmoji/commit/977f4776046755265de911bc1d3430bbd5d52e28))
12+
* **chore:** completed gitmoji list ([7752c83](https://github.com/Intevel/convert-gitmoji/commit/7752c83e85bddc70f0b98de2e0af20c15036abdc))
13+
* **chore:** created readme ([c3484b8](https://github.com/Intevel/convert-gitmoji/commit/c3484b81ef3d97759ddf7033e000762cc2945b17))
14+
* **chore:** integrated core functionality ([96e190a](https://github.com/Intevel/convert-gitmoji/commit/96e190a1d48ead3f7bef77917d4d3e3f47fab3e3))
15+
* **deps:** updated dependencies & tsconfig ([6053187](https://github.com/Intevel/convert-gitmoji/commit/6053187315939d05d4bd1d8d442c7db09f5b5974))
16+
17+
18+
### Bug Fixes
19+
20+
* **ci:** deactivate lint workflow ([944a61f](https://github.com/Intevel/convert-gitmoji/commit/944a61f039bd71d52bf101fb046b8dd30ec1ba10))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convert-gitmoji",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "♻️ Convert strings to gitmojis",
55
"license": "MIT",
66
"author": "Conner Luka Bachmann <[email protected]>",

0 commit comments

Comments
 (0)