From e71fdb324c8c13aa807c074d789cfea7453bda97 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 Jun 2024 23:01:07 +0000 Subject: [PATCH] 1.6.0 CHANGELOG [skip ci] # [1.6.0](https://github.com/JS-AK/example-automatic-deploy-ts-app-to-npm-with-scope/compare/v1.5.0...v1.6.0) (2024-06-17) ### Features * update dev-deps to actual ([6b3a290](https://github.com/JS-AK/example-automatic-deploy-ts-app-to-npm-with-scope/commit/6b3a2909f5679f0c4d332d29b9797c9577479f84)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 335d2cd..ea8f25e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://github.com/JS-AK/example-automatic-deploy-ts-app-to-npm-with-scope/compare/v1.5.0...v1.6.0) (2024-06-17) + + +### Features + +* update dev-deps to actual ([6b3a290](https://github.com/JS-AK/example-automatic-deploy-ts-app-to-npm-with-scope/commit/6b3a2909f5679f0c4d332d29b9797c9577479f84)) + # [1.5.0](https://github.com/JS-AK/example-automatic-deploy-ts-app-to-npm-with-scope/compare/v1.4.0...v1.5.0) (2024-03-28) diff --git a/package-lock.json b/package-lock.json index 49550f3..3633eb7 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.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@js-ak/example-automatic-deploy-ts-app-to-npm-with-scope", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "6.0.3", diff --git a/package.json b/package.json index a625ec2..ebcf597 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.5.0", + "version": "1.6.0", "description": "example-automatic-deploy-ts-app-to-npm-with-scope", "publishConfig": { "access": "public",