Skip to content

Commit a7e7ecf

Browse files
committedFeb 10, 2022
v2.3.1
1 parent d098468 commit a7e7ecf

File tree

121 files changed

+521
-515
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+521
-515
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.3.1] - 2022-02-09
9+
10+
## Fixed
11+
12+
- Add diagnostic for failed autoinstall of node polyfill - [Details](https://github.com/parcel-bundler/parcel/pull/7682)
13+
814
## [2.3.0] - 2022-02-09
915

1016
## Added

‎packages/bundlers/default/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parcel/bundler-default",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"
@@ -17,13 +17,13 @@
1717
"source": "src/DefaultBundler.js",
1818
"engines": {
1919
"node": ">= 12.0.0",
20-
"parcel": "^2.3.0"
20+
"parcel": "^2.3.1"
2121
},
2222
"dependencies": {
23-
"@parcel/diagnostic": "^2.3.0",
24-
"@parcel/hash": "^2.3.0",
25-
"@parcel/plugin": "^2.3.0",
26-
"@parcel/utils": "^2.3.0",
23+
"@parcel/diagnostic": "^2.3.1",
24+
"@parcel/hash": "^2.3.1",
25+
"@parcel/plugin": "^2.3.1",
26+
"@parcel/utils": "^2.3.1",
2727
"nullthrows": "^1.1.1"
2828
}
2929
}

0 commit comments

Comments
 (0)
Please sign in to comment.