File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and Parcel adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
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+
816## [ 2.1.0] - 2022-01-05
917
1018### Added
You can’t perform that action at this time.
0 commit comments