Skip to content

Commit

Permalink
chore(release): v1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2023-11-26)

### 🐛 Bug Fixes

* **readme:** update version even if no operator is present ([#27](#27)) ([0e1aac1](0e1aac1))

### 📚 Documentation

* **readme:** mention version updating in readme ([497016e](497016e))

### ⚙️ Continuous Integrations

* **action:** update github/codeql-action action to v2.22.8 ([#25](#25)) ([4022fb2](4022fb2))
* **action:** update insurgent-lab/is-in-pr-action action to v0.1.5 ([#26](#26)) ([c9d3c35](c9d3c35))

### ♻️ Chores

* **deps:** update dependency [@commitlint](https://github.com/commitlint)/cli to v18.4.3 ([7340c0d](7340c0d))
* **deps:** update dependency [@types](https://github.com/types)/jest to v29.5.10 ([754d5b5](754d5b5))
* **deps:** update dependency [@types](https://github.com/types)/jest to v29.5.9 ([4b6509b](4b6509b))
  • Loading branch information
semantic-release-bot committed Nov 26, 2023
1 parent 497016e commit 48b7a13
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [1.1.1](https://github.com/talent-ideal/semantic-release-hex/compare/v1.1.0...v1.1.1) (2023-11-26)


### 🐛 Bug Fixes

* **readme:** update version even if no operator is present ([#27](https://github.com/talent-ideal/semantic-release-hex/issues/27)) ([0e1aac1](https://github.com/talent-ideal/semantic-release-hex/commit/0e1aac1c86cc698704c7ea720f517262f3f7fab7))


### 📚 Documentation

* **readme:** mention version updating in readme ([497016e](https://github.com/talent-ideal/semantic-release-hex/commit/497016e4874c70e5af68e032ac3ffc7b51fd44d9))


### ⚙️ Continuous Integrations

* **action:** update github/codeql-action action to v2.22.8 ([#25](https://github.com/talent-ideal/semantic-release-hex/issues/25)) ([4022fb2](https://github.com/talent-ideal/semantic-release-hex/commit/4022fb22f98680de59c93dd7e503f7e45002aac1))
* **action:** update insurgent-lab/is-in-pr-action action to v0.1.5 ([#26](https://github.com/talent-ideal/semantic-release-hex/issues/26)) ([c9d3c35](https://github.com/talent-ideal/semantic-release-hex/commit/c9d3c35dcb40e5bc9a5532eb14b27ddd6dc5ec1c))


### ♻️ Chores

* **deps:** update dependency [@commitlint](https://github.com/commitlint)/cli to v18.4.3 ([7340c0d](https://github.com/talent-ideal/semantic-release-hex/commit/7340c0de80b1160b17faac6c491bae2cf76eeddf))
* **deps:** update dependency [@types](https://github.com/types)/jest to v29.5.10 ([754d5b5](https://github.com/talent-ideal/semantic-release-hex/commit/754d5b5e7b1a820e2bbdcd31d7eafc23766854fd))
* **deps:** update dependency [@types](https://github.com/types)/jest to v29.5.9 ([4b6509b](https://github.com/talent-ideal/semantic-release-hex/commit/4b6509b137f5d6750f5fe201521ae13452b41714))

## [1.1.0](https://github.com/talent-ideal/semantic-release-hex/compare/v1.0.3...v1.1.0) (2023-11-22)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "semantic-release-hex",
"description": "semantic-release plugin to publish a hex package",
"version": "1.1.0",
"version": "1.1.1",
"author": "Pierre Cavin <[email protected]> (https://github.com/sheerlox)",
"type": "module",
"main": "lib/index.js",
Expand Down

0 comments on commit 48b7a13

Please sign in to comment.