Skip to content

Commit 8b15553

Browse files
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.0.0...v9.0.0) (2023-11-20) ### Build System * drop native CJS support ([5b7f4fc](5b7f4fc)) * increase minimum node and vite versions ([d3b0294](d3b0294)) ### 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.
1 parent 5b7f4fc commit 8b15553

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [9.0.0](https://github.com/aem-vite/import-rewriter/compare/v8.0.0...v9.0.0) (2023-11-20)
2+
3+
4+
### Build System
5+
6+
* drop native CJS support ([5b7f4fc](https://github.com/aem-vite/import-rewriter/commit/5b7f4fcec81faf5d2aa45b35387cb82490c997d9))
7+
* increase minimum node and vite versions ([d3b0294](https://github.com/aem-vite/import-rewriter/commit/d3b0294d851ba91447ecc8baa6ceecbbc5c05eac))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* no longer support CJS
13+
14+
Vite 5 deprecates CJS support and as such support has been dropped here
15+
* bump min node and vite versions
16+
17+
Node v18/20 and Vite v5+ are required moving forward.
18+
119
# [8.0.0](https://github.com/aem-vite/import-rewriter/compare/v7.0.0...v8.0.0) (2023-07-14)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/aem-vite/import-rewriter/issues"
1313
},
14-
"version": "8.0.0",
14+
"version": "9.0.0",
1515
"type": "module",
1616
"engines": {
1717
"node": "^18.0.0 || >=20.0.0",

0 commit comments

Comments
 (0)