Skip to content

Commit

Permalink
chore(release): v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Jan 9, 2025
1 parent d6c5a40 commit d62ae06
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [2.0.0](https://github.com/unill-io/semantic-release-hex/compare/v1.1.1...v2.0.0) (2025-01-09)

### ⚠ Breaking changes

* drop support for Node < 18

### 🚨 Tests

* add readme with options test case ([5e60738](https://github.com/unill-io/semantic-release-hex/commit/5e60738a34e5f0f4a77c1075cae1329d0bdb73e8))

### ⚙️ Continuous Integrations

* **action:** disable husky hooks ([d6c5a40](https://github.com/unill-io/semantic-release-hex/commit/d6c5a40c97ee67157fccc48948f7d62fb0ea319d))

### ♻️ Chores

* **deps:** update node.js to v22 ([884e1d0](https://github.com/unill-io/semantic-release-hex/commit/884e1d043b6e8c6d6fd373aeb27aab0b6570efe1))
* drop support for Node < 18 ([123fbe4](https://github.com/unill-io/semantic-release-hex/commit/123fbe492cbc5808a0f85ad33e67398381ec5d60))

## [1.1.1](https://github.com/talent-ideal/semantic-release-hex/compare/v1.1.0...v1.1.1) (2023-11-26)


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.1",
"version": "2.0.0",
"author": "Pierre Cavin <[email protected]> (https://github.com/sheerlox)",
"type": "module",
"main": "lib/index.js",
Expand Down

0 comments on commit d62ae06

Please sign in to comment.