diff --git a/CHANGELOG.md b/CHANGELOG.md index ff77a14..7154f58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/JS-AK/example-automatic-deploy-ts-app-to-npm-with-scope/compare/v1.3.1...v1.3.2) (2024-03-24) + + +### Bug Fixes + +* updated .npmignore ([d18d37f](https://github.com/JS-AK/example-automatic-deploy-ts-app-to-npm-with-scope/commit/d18d37f23ef83c40793e506da12102a771054e0c)) + ## [1.3.1](https://github.com/JS-AK/example-automatic-deploy-ts-app-to-npm-with-scope/compare/v1.3.0...v1.3.1) (2024-03-24) diff --git a/package-lock.json b/package-lock.json index f517ad3..c64a29f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@js-ak/example-automatic-deploy-ts-app-to-npm-with-scope", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@js-ak/example-automatic-deploy-ts-app-to-npm-with-scope", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index bccef7a..9092c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@js-ak/example-automatic-deploy-ts-app-to-npm-with-scope", - "version": "1.3.1", + "version": "1.3.2", "description": "example-automatic-deploy-ts-app-to-npm-with-scope", "publishConfig": { "access": "public",