diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ca3f1..5e25e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.1.0](https://github.com/talent-ideal/semantic-release-hex/compare/v1.0.3...v1.1.0) (2023-11-22) + + +### ✨ Features + +* update version requirement in readme ([#22](https://github.com/talent-ideal/semantic-release-hex/issues/22)) ([9d7039a](https://github.com/talent-ideal/semantic-release-hex/commit/9d7039a6e8394ddc9e5d445b2396051516d0e8e8)) + + +### ⚙️ Continuous Integrations + +* setup release on branch "next" ([241ac9a](https://github.com/talent-ideal/semantic-release-hex/commit/241ac9af3e90af788af28a1e5780a4e1fe76fe34)) + + +### ♻️ Chores + +* **readme:** add next version badge ([ed0a73c](https://github.com/talent-ideal/semantic-release-hex/commit/ed0a73c867d6fb3ea4e1f1308ba4ecfef4aa9ba7)) + ## [1.0.3](https://github.com/talent-ideal/semantic-release-hex/compare/v1.0.2...v1.0.3) (2023-11-21) diff --git a/package-lock.json b/package-lock.json index 7cdf522..b7a6ecf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "semantic-release-hex", - "version": "1.0.3", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "semantic-release-hex", - "version": "1.0.3", + "version": "1.1.0", "license": "MIT", "dependencies": { "@semantic-release/error": "^4.0.0" diff --git a/package.json b/package.json index 35eae20..0f54498 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "semantic-release-hex", "description": "semantic-release plugin to publish a hex package", - "version": "1.0.3", + "version": "1.1.0", "author": "Pierre Cavin (https://github.com/sheerlox)", "type": "module", "main": "lib/index.js",