Commit 5c7b5d9 1 parent 3f5b181 commit 5c7b5d9 Copy full SHA for 5c7b5d9
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to Parcel will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and Parcel adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 2.1.1] - 2022-01-06
9
+
10
+ ### Fixed
11
+
12
+ - Do not transpile @swc/helpers . Fixes infinite recursion in typeof helper. - [ Details] ( https://github.com/parcel-bundler/parcel/pull/7529 )
13
+ - Include invalidation hash in asset content keys - [ Details] ( https://github.com/parcel-bundler/parcel/pull/7526 )
14
+ - Fix loading index.html in dev server when packager/optimizer changes bundle type - [ Details] ( https://github.com/parcel-bundler/parcel/pull/7527 )
15
+
8
16
## [ 2.1.0] - 2022-01-05
9
17
10
18
### Added
You can’t perform that action at this time.
0 commit comments