Skip to content

Commit 1d03d3e

Browse files
chore(release): 1.1.4 [skip ci]
## [1.1.4](v1.1.3...v1.1.4) (2023-02-24) ### Bug Fixes * Do not install devDependencies in production environments ([a39b3f5](a39b3f5))
1 parent a39b3f5 commit 1d03d3e

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.4](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.3...v1.1.4) (2023-02-24)
2+
3+
4+
### Bug Fixes
5+
6+
* Do not install devDependencies in production environments ([a39b3f5](https://github.com/prantlf/rollup-plugin-css-lit/commit/a39b3f5f2523a84eac4660cd307bd206e91be962))
7+
18
## [1.1.3](https://github.com/prantlf/rollup-plugin-css-lit/compare/v1.1.2...v1.1.3) (2022-10-30)
29

310

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.1.3",
3+
"version": "1.1.4",
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)