diff --git a/CHANGELOG.md b/CHANGELOG.md index faa8a4f..f970ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.4] - 2022-01-28 +### Changed - Updates clean-css dependency to version 5.2.4 ## [1.1.3] - 2022-01-26 @@ -37,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updates clean-css dependency to version 5.1.4 -[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.3...HEAD +[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.4...HEAD +[1.1.4]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.4 [1.1.3]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.3 [1.1.2]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.2 [1.1.1]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.1 diff --git a/package.json b/package.json index c1d0caa..b984d1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-app", - "version": "1.1.3", + "version": "1.1.4", "scripts": { "build": "cross-env NODE_ENV=production webpack", "start": "webpack serve --content-base public",