diff --git a/CHANGELOG.md b/CHANGELOG.md index 0125995..c0e71f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changes +## [2.0.0](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.6...v2.0.0) (2024-08-06) + +### Bug Fixes + +* Re-release 1.1.6 as 2.0.0 because of a breaking change ([47c3f55](https://github.com/prantlf/rollup-plugin-css-lit/commit/47c3f55d8ed6976e0618359121a916eb41ddc691)) + +### BREAKING CHANGES + +The minimum version of Node.js is 18 from now on. + +## [1.1.7](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.5...v1.1.7) (2024-08-06) + +### Bug Fixes + +* Re-release 1.1.5 as 1.1.7 because of a breaking change in 1.1.6 ([47c3f55](https://github.com/prantlf/rollup-plugin-css-lit/commit/47c3f55d8ed6976e0618359121a916eb41ddc691)) + ## [1.1.6](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.5...v1.1.6) (2024-08-06) ### Bug Fixes diff --git a/package.json b/package.json index 3a7b273..6f97e94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-css-lit", - "version": "1.1.6", + "version": "2.0.0", "description": "Rollup plugin for importing CSS sources as constructable stylesheets to projects using lit (lit-html and lit-element) or fast-element.", "author": "Ferdinand Prantl (http://prantl.tk)", "license": "MIT", @@ -25,7 +25,7 @@ "lib" ], "engines": { - "node": ">= 14.18" + "node": ">=18" }, "scripts": { "prepare": "rollup -c", @@ -75,4 +75,4 @@ "fast-element", "css" ] -} \ No newline at end of file +}