We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f47146 commit 3c2ab8fCopy full SHA for 3c2ab8f
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to Parcel will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and Parcel adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
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
16
## [2.8.1] - 2022-12-07
17
18
### Fixed
0 commit comments