Skip to content

Commit 7ac1a5e

Browse files
Version 1.2.1.
1 parent 899d138 commit 7ac1a5e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.1] - 2022-07-13
810
### Changed
911
- Updates clean-css dependency to version 5.3.1
1012

@@ -45,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4547
- Updates clean-css dependency to version 5.1.4
4648

4749

48-
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.2.0...HEAD
50+
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.2.1...HEAD
51+
[1.2.1]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.1
4952
[1.2.0]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.0
5053
[1.1.4]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.4
5154
[1.1.3]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.3

package.json

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

0 commit comments

Comments
 (0)