From 321908bf239efede01a219df606768c79f031adc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Oct 2023 20:26:21 +0000 Subject: [PATCH] chore(release): 3.8.4 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 654cea9..e9f0d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 5020534..0a61a6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "smile2emoji", - "version": "3.8.3", + "version": "3.8.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "smile2emoji", - "version": "3.8.3", + "version": "3.8.4", "license": "MIT", "devDependencies": { "@babel/cli": "7.23.0", diff --git a/package.json b/package.json index 600bd5b..07b0f6b 100644 --- a/package.json +++ b/package.json @@ -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",