Skip to content

Commit 5c7b5d9

Browse files
committed
Update changelog
1 parent 3f5b181 commit 5c7b5d9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to Parcel will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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

0 commit comments

Comments
 (0)