Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](4.0.2...5.0.0) (2024-11-09)

### Bug Fixes

* add support for Node v22 and set v20 for dev ([a7e9b20](a7e9b20))
* update dependencies ([caa1327](caa1327))

### BREAKING CHANGES

* There shouldn't be any breaking change, but we are upgrading
jscodeshift from v0.15 to v17 (two majors).
  • Loading branch information
semantic-release-bot committed Nov 9, 2024
1 parent de5b9f4 commit be32891
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [5.0.0](https://github.com/homer0/cjs2esm/compare/4.0.2...5.0.0) (2024-11-09)


### Bug Fixes

* add support for Node v22 and set v20 for dev ([a7e9b20](https://github.com/homer0/cjs2esm/commit/a7e9b201d85f38cdc7e0fb4f70f6138e3766869a))
* update dependencies ([caa1327](https://github.com/homer0/cjs2esm/commit/caa132788150dea65be2fa0d5125b7cd214987de))


### BREAKING CHANGES

* There shouldn't be any breaking change, but we are upgrading
jscodeshift from v0.15 to v17 (two majors).

## [4.0.2](https://github.com/homer0/cjs2esm/compare/4.0.1...4.0.2) (2024-05-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cjs2esm",
"description": "Transforms a project that uses CommonJS to ES Modules.",
"homepage": "https://homer0.github.io/cjs2esm/",
"version": "4.0.2",
"version": "5.0.0",
"repository": "homer0/cjs2esm",
"author": "Leonardo Apiwan (@homer0) <[email protected]>",
"keywords": [
Expand Down

0 comments on commit be32891

Please sign in to comment.