Skip to content

Commit

Permalink
chore(release): 3.8.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.8.4](v3.8.3...v3.8.4) (2023-10-24)

### Bug Fixes 🐛

* **eslint:** removed react from eslint config ([b847522](b847522))
* **new-line:** added trimStart and some new tests ([e51c7fa](e51c7fa))
  • Loading branch information
semantic-release-bot committed Oct 24, 2023
1 parent e51c7fa commit 321908b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.8.4](https://github.com/emish89/smile2emoji/compare/v3.8.3...v3.8.4) (2023-10-24)


### Bug Fixes :bug:

* **eslint:** removed react from eslint config ([b847522](https://github.com/emish89/smile2emoji/commit/b8475226bd803d5ab0dd492b59c2465ac5866185))
* **new-line:** added trimStart and some new tests ([e51c7fa](https://github.com/emish89/smile2emoji/commit/e51c7fa149621085988dd0af614526c3fc22b65c))

## [3.8.3](https://github.com/emish89/smile2emoji/compare/v3.8.2...v3.8.3) (2023-09-17)


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": "3.8.3",
"version": "3.8.4",
"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 321908b

Please sign in to comment.