Commit 4845242 1 parent 90050e4 commit 4845242 Copy full SHA for 4845242
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ 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.3.0] - 2022-02-09
9
+
10
+ ## Added
11
+
12
+ - Reduce the number of npm dependencies needed by parcel [ Details] ( https://github.com/parcel-bundler/parcel/pull/7576 )
13
+ - Support React 18 prereleases and experimental versions with automatic JSX runtime - [ Details] ( https://github.com/parcel-bundler/parcel/pull/7642 )
14
+
15
+ ## Fixed
16
+
17
+ - Fix ` @swc/helpers ` in non-module scripts - [ Details] ( https://github.com/parcel-bundler/parcel/pull/7599 )
18
+ - Fix auto installing dependencies in PNPM monorepos - [ Details] ( https://github.com/parcel-bundler/parcel/pull/7566 )
19
+
8
20
## [ 2.2.1] - 2022-01-17
9
21
10
22
### Fixed
You can’t perform that action at this time.
0 commit comments