Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.9.0...v3.0.0) (2022-07-22)

### ⚠ BREAKING CHANGES

* **unicode-autocomplete:** changed some element in the map and added autocomplete in functions, when only one element start with a string

### Features ✨

* **unicode-autocomplete:** unicode map + autocomplete ([dc14064](dc14064))
  • Loading branch information
semantic-release-bot committed Jul 22, 2022
1 parent dc14064 commit 84b09a0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [3.0.0](https://github.com/emish89/smile2emoji/compare/v2.9.0...v3.0.0) (2022-07-22)


### ⚠ BREAKING CHANGES

* **unicode-autocomplete:** changed some element in the map and added autocomplete in functions, when only one element start with a string

### Features :sparkles:

* **unicode-autocomplete:** unicode map + autocomplete ([dc14064](https://github.com/emish89/smile2emoji/commit/dc14064ba6d08f0fd7f45e42cdebe5a15f43e0dc))

## [2.9.0](https://github.com/emish89/smile2emoji/compare/v2.8.0...v2.9.0) (2022-06-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smile2emoji",
"version": "2.9.0",
"version": "3.0.0",
"description": "Plugin to convert from text smile to emoticons. Emoji from punctuation",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down

0 comments on commit 84b09a0

Please sign in to comment.