Skip to content

Updates clean-css to version 5.2.4 #10

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 28, 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.4.
  • Loading branch information
jakubpawlowicz committed Jan 28, 2022
commit 7783c87de6e7ca1490a7b6fe1b353b371d2b8c3d
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.3",
"version": "1.1.4",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"start": "webpack serve --content-base public",
Expand Down