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.
## [2.0.0](v1.1.1...v2.0.0) (2025-01-09) ### ⚠ Breaking changes * drop support for Node < 18 ### 🚨 Tests * add readme with options test case ([5e60738](5e60738)) ### ⚙️ Continuous Integrations * **action:** disable husky hooks ([d6c5a40](d6c5a40)) ### ♻️ Chores * **deps:** update node.js to v22 ([884e1d0](884e1d0)) * drop support for Node < 18 ([123fbe4](123fbe4))
- Loading branch information
1 parent
d6c5a40
commit d62ae06
Showing
3 changed files
with
22 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.1", | ||
"version": "2.0.0", | ||
"author": "Pierre Cavin <[email protected]> (https://github.com/sheerlox)", | ||
"type": "module", | ||
"main": "lib/index.js", | ||
|