Skip to content

Commit 0746192

Browse files
Version 1.1.2.
1 parent 9763ffc commit 0746192

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.1.2] - 2021-10-21
10+
### Changed
911
- Updates clean-css dependency to version 5.2.2
1012

1113
## [1.1.1] - 2021-09-30
@@ -29,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2931
- Updates clean-css dependency to version 5.1.4
3032

3133

32-
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.1...HEAD
34+
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.2...HEAD
35+
[1.1.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.2
3336
[1.1.1]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.1
3437
[1.1.0]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.0
3538
[1.0.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-app",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"scripts": {
55
"build": "cross-env NODE_ENV=production webpack",
66
"start": "webpack serve --content-base public",

0 commit comments

Comments
 (0)