Skip to content

Commit b279ebc

Browse files
Merge pull request #14 from clean-css/clean-css-5.3.0
Clean css 5.3.0
2 parents 8a340fc + 82d44cb commit b279ebc

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.0] - 2022-03-31
10+
### Changed
11+
- Updates clean-css dependency to version 5.3.0
12+
913
## [1.1.4] - 2022-01-28
1014
### Changed
1115
- Updates clean-css dependency to version 5.2.4
@@ -39,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3943
- Updates clean-css dependency to version 5.1.4
4044

4145

42-
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.4...HEAD
46+
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.2.0...HEAD
47+
[1.2.0]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.0
4348
[1.1.4]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.4
4449
[1.1.3]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.3
4550
[1.1.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.2

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-app",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"scripts": {
55
"build": "cross-env NODE_ENV=production webpack",
66
"start": "webpack serve --content-base public",
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"bootstrap": "^5.0.1",
34-
"clean-css": "^5.2.4",
34+
"clean-css": "^5.3.0",
3535
"file-saver": "^2.0.5",
3636
"os-browserify": "^0.3.0",
3737
"path-browserify": "^1.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,10 @@ class-utils@^0.3.5:
687687
isobject "^3.0.0"
688688
static-extend "^0.1.1"
689689

690-
clean-css@^5.2.4:
691-
version "5.2.4"
692-
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.4.tgz#982b058f8581adb2ae062520808fb2429bd487a4"
693-
integrity sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg==
690+
clean-css@^5.3.0:
691+
version "5.3.0"
692+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.0.tgz#ad3d8238d5f3549e83d5f87205189494bc7cbb59"
693+
integrity sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==
694694
dependencies:
695695
source-map "~0.6.0"
696696

0 commit comments

Comments
 (0)