Skip to content

Commit 568b12b

Browse files
authored
release: 2.0.0-alpha.2 (#3)
1 parent 9f53632 commit 568b12b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [2.0.0-alpha.2](https://github.com/flex-development/aggregate-error-ponyfill/compare/2.0.0-alpha.1...2.0.0-alpha.2) (2022-08-27)
2+
3+
4+
### :package: Build
5+
6+
* **pkg:** add `"type": "module"` ([9f53632](https://github.com/flex-development/aggregate-error-ponyfill/commit/9f53632a3c39f3bc218f37090522d4c16431b4f1))
7+
8+
9+
### :house_with_garden: Housekeeping
10+
11+
* **pkg:** fix `package.json#author` ([29883e1](https://github.com/flex-development/aggregate-error-ponyfill/commit/29883e1ccd6fb78d83c08b62f111417286852adb))
12+
113
## 2.0.0-alpha.1 (2022-08-27)
214

315
> **This project once lived in a monorepo as a subproject.\

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

0 commit comments

Comments
 (0)