Skip to content

Commit 2ae4991

Browse files
authored
release: 2.0.0-alpha.1 (#2)
1 parent 0d264cf commit 2ae4991

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
1+
## 2.0.0-alpha.1 (2022-08-27)
2+
3+
> **This project once lived in a monorepo as a subproject.\
4+
> Most commits listed below are re-implementations of features and documentation
5+
> that existed *before* the repo migration.**
6+
7+
8+
### :robot: Continuous Integration
9+
10+
* add [@dependabot](https://github.com/dependabot) configuration ([d776443](https://github.com/flex-development/aggregate-error-ponyfill/commit/d776443ea4522694cdc101016176c5979fe848b7))
11+
* **deps:** bump actions/github-script from 6.1.1 to 6.2.0 ([#1](https://github.com/flex-development/aggregate-error-ponyfill/issues/1)) ([8ae2cb4](https://github.com/flex-development/aggregate-error-ponyfill/commit/8ae2cb49e0580237a924f578779478275c156223))
12+
13+
14+
### :pencil: Documentation
15+
16+
* **ponyfill:** usage ([0d264cf](https://github.com/flex-development/aggregate-error-ponyfill/commit/0d264cfc8f5cfcaee010d5fd094ff4ce0d69c368))
17+
* **release:** add repo migration note to changelog ([183bde5](https://github.com/flex-development/aggregate-error-ponyfill/commit/183bde55b143d6d27802d9d0c4f88c3e7caa7243))
18+
19+
20+
### :sparkles: Features
21+
22+
* **ponyfill:** add ponyfill ([373ce18](https://github.com/flex-development/aggregate-error-ponyfill/commit/373ce186bf2e97db0f842f5fcb3a07ca41e5875f))
23+
124
## 1.0.0 (2021-11-04)
225

326
> **This project once lived in a monorepo as a subproject.\
4-
> Commits listed below are from *before* the repo migration.**
27+
> The commit listed below is from *before* the repo migration.**
28+
529

630
### :hammer: Build
731

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

0 commit comments

Comments
 (0)