Skip to content

Commit

Permalink
[skip ci] snowpack@3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed May 20, 2021
1 parent 4a728b2 commit eae9121
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions snowpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<!-- add changelog entries here - do not delete! -->

## snowpack@3.5.0 [2021-05-20]

* 91bb53c0 - Don’t cache .css files for Tailwind projects (#3326) <Drew Powers>
* 48f9c524 - [ci] yarn format <drwpow>
* 84e39f8a - Enable cache directory path to be set explicitly (#3064) <François Wouts>
* 45e2a22b - Avoid uncaught exception when file is deleted (#3313) <Adam Hupp>
* e321bbee - resolve `.css` ESM imports to `.css.{js,ts}` if there's no `.css` file on disk (#3315) <Matt Mulder>

## snowpack@3.4.0 [2021-05-13]

* 4403595e - Sourcemaps (#3271) <Luke Jackson>
Expand Down
2 changes: 1 addition & 1 deletion snowpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowpack",
"version": "3.4.0",
"version": "3.5.0",
"description": "The ESM-powered frontend build tool. Fast, lightweight, unbundled.",
"author": "Fred K. Schott <fkschott@gmail.com>",
"license": "MIT",
Expand Down

1 comment on commit eae9121

@vercel
Copy link

@vercel vercel bot commented on eae9121 May 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.