generated from insurgent-lab/javascript-lib-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [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
1 parent
497016e
commit 48b7a13
Showing
3 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|