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](v4.0.3...v5.0.0) (2023-11-20)

### Build System

* drop native CJS support ([be827b5](be827b5))
* increase minimum node and vite versions ([2e41bce](2e41bce))

### BREAKING CHANGES

* no longer support CJS

Vite 5 deprecates CJS support and as such support has been dropped here.
* bump min node and vite versions

Node v18/20 and Vite v5+ are required moving forward.
  • Loading branch information
semantic-release-bot committed Nov 20, 2023
1 parent 489d0fe commit 09c06aa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [5.0.0](https://github.com/aem-vite/vite-aem-plugin/compare/v4.0.3...v5.0.0) (2023-11-20)


### Build System

* drop native CJS support ([be827b5](https://github.com/aem-vite/vite-aem-plugin/commit/be827b5418b528a2ea415555474d9c84d9618b74))
* increase minimum node and vite versions ([2e41bce](https://github.com/aem-vite/vite-aem-plugin/commit/2e41bce06e63e99173429ca7b33b5d14c350c89f))


### BREAKING CHANGES

* no longer support CJS

Vite 5 deprecates CJS support and as such support has been dropped here.
* bump min node and vite versions

Node v18/20 and Vite v5+ are required moving forward.

## [4.0.3](https://github.com/aem-vite/vite-aem-plugin/compare/v4.0.2...v4.0.3) (2023-10-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/aem-vite/vite-aem-plugin/issues"
},
"version": "4.0.3",
"version": "5.0.0",
"type": "module",
"engines": {
"node": "^18.0.0 || >=20.0.0",
Expand Down

0 comments on commit 09c06aa

Please sign in to comment.