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.
chore(release): v1.0.0-alpha.1 [skip ci]
## [1.0.0-alpha.1](v0.0.1-alpha.1...v1.0.0-alpha.1) (2023-11-18) ### ⚠ Breaking changes * minimum supported Node version is now 16.3.0 ### ✨ Features * add version regexs ([6710281](6710281)) * implement verifyConditions step ([a8e0763](a8e0763)) * replace placeholder content with plugin API ([7f6c932](7f6c932)) ### 🐛 Bug Fixes * set Promise return types in declaration file ([e54865f](e54865f)) ### 📚 Documentation * **readme:** add supported version formats section ([9f64d24](9f64d24)) ### 🚨 Tests * add failing verifyConditions tests ([321860d](321860d)) * add todo test cases ([1542e5e](1542e5e)) ### ⚙️ Continuous Integrations * **action:** update insurgent-lab/is-in-pr-action action to v0.1.4 ([#11](#11)) ([89a92d3](89a92d3)) ### ♻️ Chores * add mix.exs fixture ([36db0f3](36db0f3)) * split test suites & remove coverage thresholds ([4f71478](4f71478)) * use es2020 ([f319be3](f319be3)) ### 💎 Styles * add .prettierignnore ([cdd8162](cdd8162)) * fix eslint config ([930a64b](930a64b))
- Loading branch information
1 parent
a8e0763
commit cd3285d
Showing
3 changed files
with
50 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": "0.0.1-alpha.1", | ||
"version": "1.0.0-alpha.1", | ||
"author": "Pierre Cavin <[email protected]> (https://github.com/sheerlox)", | ||
"type": "module", | ||
"main": "lib/index.js", | ||
|