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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdeichert committed Mar 2, 2020
1 parent ad692c9 commit 5e07c4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@

## UNRELEASED





## v0.3.5 (2020-03-01)

## Added

* Pass through snowpack log colors and show stats during production builds [#56](https://github.com/jakedeichert/svelvet/pull/56)

### Fixed

* Prevent external imports from triggering snowpack web_module regeneration [#55](https://github.com/jakedeichert/svelvet/pull/55)
* Normalize incoming paths to getDestPath for Windows [#57](https://github.com/jakedeichert/svelvet/pull/57)
* Pass through snowpack log colors and show stats during production builds [#56](https://github.com/jakedeichert/svelvet/pull/56)



Expand Down
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.3.4",
"version": "0.3.5",
"author": "Jake Deichert",
"repository": "github:jakedeichert/svelvet",
"license": "MIT",
Expand Down

0 comments on commit 5e07c4a

Please sign in to comment.