diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ec9f9..58c2916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### 1.2.10 (2023-01-02) + + +### Bug Fixes + +* **new:** newest ([#35](https://github.com/shrouti1507/ShroutiGangopadhyay/issues/35)) ([81eacec](https://github.com/shrouti1507/ShroutiGangopadhyay/commit/81eacec74e12a09e285cf4d77ff40171c8fda8b2)) + ### 1.2.9 (2023-01-02) diff --git a/package-lock.json b/package-lock.json index 7654a1b..b5aa5c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shroutigangopadhyay", - "version": "1.2.9", + "version": "1.2.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shroutigangopadhyay", - "version": "1.2.9", + "version": "1.2.10", "license": "ISC", "dependencies": { "jest": "^29.3.1", diff --git a/package.json b/package.json index be1f894..d3752a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shroutigangopadhyay", - "version": "1.2.9", + "version": "1.2.10", "description": "", "main": "index.js", "scripts": { diff --git a/test-file.js b/test-file.js index 60f7956..73d7ebb 100644 --- a/test-file.js +++ b/test-file.js @@ -6,4 +6,4 @@ let newCheck = 'new checking'; let love = 'love new changes'; let checknew = 'new'; let check = 'new check' -let lastest = 'lastest check'; +let lastest = 'lastest';