diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..65651a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +## [0.0.1-alpha.1](https://github.com/talent-ideal/semantic-release-hex/compare/v0.0.0...v0.0.1-alpha.1) (2023-11-17) + + +### 📚 Documentation + +* **readme:** add semantic-release-hex plugin doc ([77e083e](https://github.com/talent-ideal/semantic-release-hex/commit/77e083e0005d9a4eb2f3c4ecb73827f7c55df23a)) + + +### ⚙️ Continuous Integrations + +* **action:** fix prevent-duplicate-checks output ([#9](https://github.com/talent-ideal/semantic-release-hex/issues/9)) ([7a950d9](https://github.com/talent-ideal/semantic-release-hex/commit/7a950d9f1c39638679b9bbb137664ebaedeb5438)) +* **action:** fix renovate branches pattern ([cec2c9c](https://github.com/talent-ideal/semantic-release-hex/commit/cec2c9c2474652d5a60ac4d2c7ed084ec84c4b2b)) +* **action:** prevent duplicate checks on PRs ([57847af](https://github.com/talent-ideal/semantic-release-hex/commit/57847afbdefb7481c8cd5b73a1d14c1facdc2acd)) +* **action:** run tests on all branches and PRs to dev ([f9927ad](https://github.com/talent-ideal/semantic-release-hex/commit/f9927adeff740cb4b5d6012e5c027f9f93ebb318)) +* **action:** update github/codeql-action action to v2.22.7 ([#5](https://github.com/talent-ideal/semantic-release-hex/issues/5)) ([02894af](https://github.com/talent-ideal/semantic-release-hex/commit/02894afd86dbadebcc7ac53ab0c8f8e1d9b97e55)) +* **action:** update step-security/harden-runner action to v2.6.1 ([#6](https://github.com/talent-ideal/semantic-release-hex/issues/6)) ([cf849b2](https://github.com/talent-ideal/semantic-release-hex/commit/cf849b222e93c139ea95478a97a1d8cf29f6fa92)) +* setup alpha releases on dev branch ([e88cdfd](https://github.com/talent-ideal/semantic-release-hex/commit/e88cdfd4dfc180f27e98e9791c9e1bc7223e897e)) + + +### ♻️ Chores + +* **deps:** lock file maintenance ([2b76633](https://github.com/talent-ideal/semantic-release-hex/commit/2b76633e747e86e06b20bcf91ce44fbe2e97b005)) +* **deps:** lock file maintenance ([1047f4c](https://github.com/talent-ideal/semantic-release-hex/commit/1047f4c82953ebe033fbcfc83c09325605550ce1)) +* **deps:** lock file maintenance ([2135ed7](https://github.com/talent-ideal/semantic-release-hex/commit/2135ed7e9d8b634271ff12f8a21703282e3248d5)) +* **deps:** update dependency [@commitlint](https://github.com/commitlint)/cli to v18.4.0 ([6f67bd2](https://github.com/talent-ideal/semantic-release-hex/commit/6f67bd2f9ed47d7b837129b3e76833eb9f3effed)) +* **deps:** update dependency [@commitlint](https://github.com/commitlint)/cli to v18.4.1 ([ca92dc6](https://github.com/talent-ideal/semantic-release-hex/commit/ca92dc60566d1995bdbe25784a674ed1ac2df0af)) +* **deps:** update dependency [@insurgent](https://github.com/insurgent)/conventional-changelog-preset to v9 ([#4](https://github.com/talent-ideal/semantic-release-hex/issues/4)) ([dc6133a](https://github.com/talent-ideal/semantic-release-hex/commit/dc6133a3b7491729e2abe2cb1ace801c5d85b47e)) +* **deps:** update dependency [@types](https://github.com/types)/jest to v29.5.8 ([880015f](https://github.com/talent-ideal/semantic-release-hex/commit/880015facb63e52bcca187066eeb62909c7fe138)) +* **deps:** update dependency eslint to v8.53.0 ([2d36c1a](https://github.com/talent-ideal/semantic-release-hex/commit/2d36c1a92dff19f1219e7f72937e6d3ffa77f77c)) diff --git a/package-lock.json b/package-lock.json index 28bc8c7..9ebc7d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "semantic-release-hex", - "version": "0.0.0", + "version": "0.0.1-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "semantic-release-hex", - "version": "0.0.0", + "version": "0.0.1-alpha.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "18.4.1", diff --git a/package.json b/package.json index ac267d1..8a59734 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": "0.0.0", + "version": "0.0.1-alpha.1", "author": "Pierre Cavin (https://github.com/sheerlox)", "type": "module", "main": "lib/index.js",