Skip to content

Commit 6aa7278

Browse files
committed
1.1.6 [skip ci]
1 parent 6f89dda commit 6aa7278

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [1.1.6](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.5...v1.1.6) (2024-08-06)
4+
5+
### Bug Fixes
6+
7+
* Upgrade dependencies ([b65df05](https://github.com/prantlf/rollup-plugin-css-lit/commit/b65df053c2b94b9ca49c59c414a569eb1822ab11))
8+
* Add JSDoc typings to main export ([f175922](https://github.com/prantlf/rollup-plugin-css-lit/commit/f175922d1969c81646b363e71775380df73179f8))
9+
310
## [1.1.5](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.4...v1.1.5) (2023-10-08)
411

512
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-css-lit",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
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",
@@ -75,4 +75,4 @@
7575
"fast-element",
7676
"css"
7777
]
78-
}
78+
}

0 commit comments

Comments
 (0)