Skip to content

Commit

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

## snowpack@3.7.0 [2021-06-29]

* 101dc42f - Pass `external` modules through to `esbuild`. (#3499) <Lucas Garron>
* 4ab4f07e - configure if dotfiles are included in build (#3455)
* fe288ca4 - Respect trailing slash in dev server (#3509) <Drew Powers>
* 7939563b - Don’t scan imports from non-JS files (#3495) <Drew Powers>
* e449b7b8 - [ci] yarn format <drwpow>
* 6506cff2 - Chore: update deps (#3494) <Drew Powers>
* 30b7ef45 - Ensure remote package fetches always use the configured origin (#3397) <Jared Reisinger>

## snowpack@3.6.2 [2021-06-24]

* 33cd5648 - Pass real filepath to transform plugins (#3483) <Drew Powers>
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.6.2",
"version": "3.7.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 e11f93b

@vercel
Copy link

@vercel vercel bot commented on e11f93b Jun 29, 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.