Skip to content

Commit 0b43001

Browse files
authored
release: 2.0.1 (#13)
Signed-off-by: Lexus Drumgold <[email protected]> Signed-off-by: Lexus Drumgold <[email protected]>
1 parent e8f11bb commit 0b43001

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## [2.0.1](https://github.com/flex-development/aggregate-error-ponyfill/compare/2.0.0...2.0.1) (2022-10-02)
2+
3+
4+
### :package: Build
5+
6+
* **deps-dev:** bump @flex-development/mkbuild from 1.0.0-alpha.3 to 1.0.0-alpha.6 ([e8f11bb](https://github.com/flex-development/aggregate-error-ponyfill/commit/e8f11bb1325a656e660bfb7aa09bd084f3b52705))
7+
8+
9+
### :robot: Continuous Integration
10+
11+
* **deps:** bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 ([#11](https://github.com/flex-development/aggregate-error-ponyfill/issues/11)) ([9cf4fac](https://github.com/flex-development/aggregate-error-ponyfill/commit/9cf4fac3a0bd3f5ea0101f3a4125282e19b20f53))
12+
13+
14+
### :bug: Fixes
15+
16+
* missing `default` exports ([#12](https://github.com/flex-development/aggregate-error-ponyfill/issues/12)) ([0f3239b](https://github.com/flex-development/aggregate-error-ponyfill/commit/0f3239b2fbbd14199800880058413d1567bb7716))
17+
18+
19+
### :house_with_garden: Housekeeping
20+
21+
* **github:** add label `status:triaged` ([04fa1d3](https://github.com/flex-development/aggregate-error-ponyfill/commit/04fa1d34e4e67f8c2cfb56f6a86b20a937ee8cb3))
22+
123
## [2.0.0](https://github.com/flex-development/aggregate-error-ponyfill/compare/2.0.0-alpha.4...2.0.0) (2022-09-30)
224

325

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": "2.0.0",
4+
"version": "2.0.1",
55
"keywords": [
66
"aggregate-error",
77
"es-proposal",

0 commit comments

Comments
 (0)