Skip to content

Commit 82d44cb

Browse files
Version 1.2.0.
1 parent 9826608 commit 82d44cb

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.2.0] - 2022-03-31
810
### Changed
911
- Updates clean-css dependency to version 5.3.0
1012

@@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4143
- Updates clean-css dependency to version 5.1.4
4244

4345

44-
[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
4548
[1.1.4]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.4
4649
[1.1.3]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.3
4750
[1.1.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.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.4",
3+
"version": "1.2.0",
44
"scripts": {
55
"build": "cross-env NODE_ENV=production webpack",
66
"start": "webpack serve --content-base public",

0 commit comments

Comments
 (0)