From 06eb439c651a671d8e1f29ce103cf9903f82098e Mon Sep 17 00:00:00 2001 From: drwpow Date: Wed, 30 Jun 2021 03:15:59 +0000 Subject: [PATCH] [skip ci] snowpack@3.7.1 --- snowpack/CHANGELOG.md | 4 ++++ snowpack/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/snowpack/CHANGELOG.md b/snowpack/CHANGELOG.md index 86141b5269..6841e7e4f9 100644 --- a/snowpack/CHANGELOG.md +++ b/snowpack/CHANGELOG.md @@ -4,6 +4,10 @@ +## snowpack@3.7.1 [2021-06-30] + +* a4768503 - Fix CSS Modules + baseUrl (#3515) + ## snowpack@3.7.0 [2021-06-29] * 101dc42f - Pass `external` modules through to `esbuild`. (#3499) diff --git a/snowpack/package.json b/snowpack/package.json index 8fc15fc4c8..95e8e22876 100644 --- a/snowpack/package.json +++ b/snowpack/package.json @@ -1,6 +1,6 @@ { "name": "snowpack", - "version": "3.7.0", + "version": "3.7.1", "description": "The ESM-powered frontend build tool. Fast, lightweight, unbundled.", "author": "Fred K. Schott ", "license": "MIT",