Skip to content

Commit 0fe1dc7

Browse files
authored
release: 3.1.0 (#25)
Signed-off-by: Lexus Drumgold <[email protected]> Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 8cb5c80 commit 0fe1dc7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [3.1.0](https://github.com/flex-development/aggregate-error-ponyfill/compare/3.0.0...3.1.0) (2022-11-23)
2+
3+
4+
### :robot: Continuous Integration
5+
6+
* **deps:** Bump actions/add-to-project from 0.3.0 to 0.4.0 ([#24](https://github.com/flex-development/aggregate-error-ponyfill/issues/24)) ([3a4abcb](https://github.com/flex-development/aggregate-error-ponyfill/commit/3a4abcbb98a17a61be129a6d63bd66b42137239b))
7+
* **deps:** Bump flex-development/dist-tag-action from 1.1.1 to 1.1.2 ([#23](https://github.com/flex-development/aggregate-error-ponyfill/issues/23)) ([8cb5c80](https://github.com/flex-development/aggregate-error-ponyfill/commit/8cb5c802032773a3dcdebf70b1cce227070f45bb))
8+
* **deps:** bump hmarr/debug-action from 2.0.1 to 2.1.0 ([#15](https://github.com/flex-development/aggregate-error-ponyfill/issues/15)) ([34b87c2](https://github.com/flex-development/aggregate-error-ponyfill/commit/34b87c20cb358ea17466d8b9560886db36f89c71))
9+
10+
11+
### :sparkles: Features
12+
13+
* **ponyfill:** `AggregateError.prototype.cause` support ([d321773](https://github.com/flex-development/aggregate-error-ponyfill/commit/d321773d166f27c7bbfee9a17cdb38211fe92a82))
14+
15+
16+
### :house_with_garden: Housekeeping
17+
18+
* sync project template changes ([c5c99eb](https://github.com/flex-development/aggregate-error-ponyfill/commit/c5c99ebdf053653aa76a1f17dc74627f034d2748))
19+
120
## [3.0.0](https://github.com/flex-development/aggregate-error-ponyfill/compare/2.0.1...3.0.0) (2022-11-22)
221

322

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/aggregate-error-ponyfill",
33
"description": "ES Proposal spec-compliant ponyfill for AggregateError",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"keywords": [
66
"aggregate-error",
77
"ecmascript",

0 commit comments

Comments
 (0)