diff --git a/CHANGELOG.md b/CHANGELOG.md index 79195f9..8bcfe8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/Unsupervisedcom/release-config-main-app/compare/v1.0.0...v1.1.0) (2022-11-10) + + +### Features + +* update package name to match new repo ([6f7255b](https://github.com/Unsupervisedcom/release-config-main-app/commit/6f7255bb591e79c2ed2a74c9eac3380c35d27653)) + ## [1.0.1](https://github.com/Unsupervisedcom/release-config-general/compare/v1.0.0...v1.0.1) (2022-09-30) diff --git a/package-lock.json b/package-lock.json index 369b253..7d52cb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unsupervised/release-config-main-app", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unsupervised/release-config-main-app", - "version": "1.0.1", + "version": "1.1.0", "license": "UNLICENSED", "dependencies": { "@semantic-release/changelog": "^6.0.1", diff --git a/package.json b/package.json index c8ed75c..192bfba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unsupervised/release-config-main-app", - "version": "1.0.1", + "version": "1.1.0", "description": "semantic-release template repository for main app", "main": "index.js", "scripts": {