Skip to content

Commit 8919b70

Browse files
committed
2.0.0
1 parent 6aa7278 commit 8919b70

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changes
22

3+
## [2.0.0](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.6...v2.0.0) (2024-08-06)
4+
5+
### Bug Fixes
6+
7+
* 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))
8+
9+
### BREAKING CHANGES
10+
11+
The minimum version of Node.js is 18 from now on.
12+
13+
## [1.1.7](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.5...v1.1.7) (2024-08-06)
14+
15+
### Bug Fixes
16+
17+
* 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))
18+
319
## [1.1.6](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.5...v1.1.6) (2024-08-06)
420

521
### Bug Fixes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-css-lit",
3-
"version": "1.1.6",
3+
"version": "2.0.0",
44
"description": "Rollup plugin for importing CSS sources as constructable stylesheets to projects using lit (lit-html and lit-element) or fast-element.",
55
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"lib"
2626
],
2727
"engines": {
28-
"node": ">= 14.18"
28+
"node": ">=18"
2929
},
3030
"scripts": {
3131
"prepare": "rollup -c",
@@ -75,4 +75,4 @@
7575
"fast-element",
7676
"css"
7777
]
78-
}
78+
}

0 commit comments

Comments
 (0)