Skip to content

Commit f3be742

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2022-05-23) ### Features * Use eslint optionally instead of postcss ([afd1f53](afd1f53))
1 parent afd1f53 commit f3be742

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.0.0...v1.1.0) (2022-05-23)
2+
3+
4+
### Features
5+
6+
* Use eslint optionally instead of postcss ([afd1f53](https://github.com/prantlf/rollup-plugin-css-lit/commit/afd1f53fdf13e2af31da6d70502aeeb0000f6426))
7+
18
# 1.0.0 (2022-05-16)
29

310
Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-css-lit",
3-
"version": "1.0.0",
3+
"version": "1.1.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",

0 commit comments

Comments
 (0)