Skip to content

Commit 0037dc7

Browse files
Version 1.1.0.
1 parent f221fbe commit 0037dc7

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
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.1.0] - 2021-09-25
810
### Changed
911
- Updates clean-css dependency to version 5.2.0
1012

@@ -21,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
- Updates clean-css dependency to version 5.1.4
2224

2325

24-
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.0.2...HEAD
26+
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.0...HEAD
27+
[1.1.0]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.0
2528
[1.0.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.2
2629
[1.0.1]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.1

package.json

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

0 commit comments

Comments
 (0)