Skip to content

Updates clean-css to v5.2.3 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 26, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Version 1.1.3.
  • Loading branch information
jakubpawlowicz committed Jan 26, 2022
commit 877dc65089679af6e84cc6e6769dbf856ec8452f
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.3] - 2022-01-26
### Changed
- Updates clean-css dependency to version 5.2.3

Expand Down Expand Up @@ -33,7 +35,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.2...HEAD
[Unreleased]: https://github.com/clean-css/clean-css.github.io/compare/v1.1.3...HEAD
[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
[1.1.0]: https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-app",
"version": "1.1.2",
"version": "1.1.3",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"start": "webpack serve --content-base public",
Expand Down