Skip to content

Commit 67ac9d3

Browse files
committedSep 30, 2021
Version 1.1.1.
1 parent b2d803e commit 67ac9d3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.1.1] - 2021-09-30
910
### Changed
1011
- Updates clean-css dependency to version 5.2.1
1112

@@ -26,7 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2627
- Updates clean-css dependency to version 5.1.4
2728

2829

29-
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.0...HEAD
30+
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.1...HEAD
31+
[1.1.1]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.1
3032
[1.1.0]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.0
3133
[1.0.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.2
3234
[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.1.0",
3+
"version": "1.1.1",
44
"scripts": {
55
"build": "cross-env NODE_ENV=production webpack",
66
"start": "webpack serve --content-base public",

0 commit comments

Comments
 (0)
Please sign in to comment.