Commit 3c2ab8f 1 parent 7f47146 commit 3c2ab8f Copy full SHA for 3c2ab8f
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.8.2] - 2022-12-14
9
+
10
+ - Core
11
+ - Ensure maxListeners for process.stdout accounts for workers – [ Details] ( https://github.com/parcel-bundler/parcel/pull/8689 )
12
+ - JavaScript
13
+ - Bump SWC to fix scoping issue with block-less loops – [ Details] ( https://github.com/parcel-bundler/parcel/pull/8686 )
14
+ - Fix requires of external CommonJS SWC helpers – [ Details] ( https://github.com/parcel-bundler/parcel/pull/8693 )
15
+
8
16
## [ 2.8.1] - 2022-12-07
9
17
10
18
### Fixed
You can’t perform that action at this time.
0 commit comments