We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd6f98cb commit7783c87Copy full SHA for 7783c87
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
##[Unreleased]
8
9
+##[1.1.4] - 2022-01-28
10
+###Changed
11
- Updates clean-css dependency to version 5.2.4
12
13
##[1.1.3] - 2022-01-26
@@ -37,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
39
- Updates clean-css dependency to version 5.1.4
38
40
41
-[Unreleased]:https://github.com/clean-css/clean-css.github.io/compare/v1.1.3...HEAD
42
+[Unreleased]:https://github.com/clean-css/clean-css.github.io/compare/v1.1.4...HEAD
43
+[1.1.4]:https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.4
44
[1.1.3]:https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.3
45
[1.1.2]:https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.2
46
[1.1.1]:https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name":"svelte-app",
3
-"version":"1.1.3",
+"version":"1.1.4",
4
"scripts": {
5
"build":"cross-env NODE_ENV=production webpack",
"start":"webpack serve --content-base public",