We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0340ac commit 401212cCopy full SHA for 401212c
CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.0.2] - 2021-08-05
10
### Changed
11
- Updates clean-css dependency to version 5.1.5
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "svelte-app",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"scripts": {
5
"build": "cross-env NODE_ENV=production webpack",
"start": "webpack serve --content-base public",
0 commit comments