Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Commit

Permalink
Publish v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdeichert committed Feb 11, 2020
1 parent 364397c commit cbab344
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@



## v0.3.0 (2020-02-10)

### Breaking Changes

* Auto delete dist directory on build [#42](https://github.com/jakedeichert/svelvet/pull/42)




## v0.2.1 (2020-02-09)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"svelte": "^3.7.1"
},
"devDependencies": {
"svelvet": "^0.2.0"
"svelvet": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelvet",
"description": "A cli svelte compiler that works with snowpack",
"version": "0.2.1",
"version": "0.3.0",
"author": "Jake Deichert",
"repository": "github:jakedeichert/svelvet",
"license": "MIT",
Expand Down

0 comments on commit cbab344

Please sign in to comment.