Skip to content

Commit e134f39

Browse files
chore(release): v1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2023-11-20) ### πŸ“š Documentation * **readme:** add detailed setup guide and workflow examples ([42fe969](42fe969)) ### βš™οΈ Continuous Integrations * **action:** don't run tests on branches where the release runs ([6d6478f](6d6478f)) ### ♻️ Chores * **deps:** pin dependencies ([7c971ab](7c971ab)) * **deps:** update dependency [@commitlint](https://github.com/commitlint)/cli to v18.4.2 ([de58440](de58440)) * **deps:** update dependency [@insurgent](https://github.com/insurgent)/conventional-changelog-preset to v9.0.1 ([47b8479](47b8479)) * **deps:** update dependency eslint to v8.54.0 ([#12](#12)) ([b0718e2](b0718e2)) * exclude spec files from sonar coverage ([4365443](4365443))
1 parent 42fe969 commit e134f39

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## [1.0.2](https://github.com/talent-ideal/semantic-release-hex/compare/v1.0.1...v1.0.2) (2023-11-20)
2+
3+
4+
### πŸ“š Documentation
5+
6+
* **readme:** add detailed setup guide and workflow examples ([42fe969](https://github.com/talent-ideal/semantic-release-hex/commit/42fe969a3268ebd6b403ee5e331fb7f33cf7a013))
7+
8+
9+
### βš™οΈ Continuous Integrations
10+
11+
* **action:** don't run tests on branches where the release runs ([6d6478f](https://github.com/talent-ideal/semantic-release-hex/commit/6d6478fc1af41de802a74d65580d94b2f1d53460))
12+
13+
14+
### ♻️ Chores
15+
16+
* **deps:** pin dependencies ([7c971ab](https://github.com/talent-ideal/semantic-release-hex/commit/7c971ab6f9e9f39990896a1b88a565c62ced5bd5))
17+
* **deps:** update dependency [@commitlint](https://github.com/commitlint)/cli to v18.4.2 ([de58440](https://github.com/talent-ideal/semantic-release-hex/commit/de58440f0cfa713e1070c1ea0b91cb8aeae680b1))
18+
* **deps:** update dependency [@insurgent](https://github.com/insurgent)/conventional-changelog-preset to v9.0.1 ([47b8479](https://github.com/talent-ideal/semantic-release-hex/commit/47b8479d2e97e0418082e3bad01891f07f641d44))
19+
* **deps:** update dependency eslint to v8.54.0 ([#12](https://github.com/talent-ideal/semantic-release-hex/issues/12)) ([b0718e2](https://github.com/talent-ideal/semantic-release-hex/commit/b0718e26f21f2ac15561ba2f05aeab6ce693e562))
20+
* exclude spec files from sonar coverage ([4365443](https://github.com/talent-ideal/semantic-release-hex/commit/436544375fc436654daf90cb0efe496a08ebb058))
21+
122
## [1.0.1](https://github.com/talent-ideal/semantic-release-hex/compare/v1.0.0...v1.0.1) (2023-11-18)
223

324

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "semantic-release-hex",
33
"description": "semantic-release plugin to publish a hex package",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"author": "Pierre Cavin <[email protected]> (https://github.com/sheerlox)",
66
"type": "module",
77
"main": "lib/index.js",

0 commit comments

Comments
Β (0)