Skip to content

Commit 315bf2c

Browse files
authored
release: @flex-development/[email protected] (#7)
1 parent 1459a0a commit 315bf2c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/exceptions/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.0.0](https://github.com/flex-development/exceptions/compare/[email protected]@4.0.0) (2021-09-28)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **exceptions:** extend `AggregateError` (#6)
11+
12+
### :pencil2: Housekeeping
13+
14+
* **deps-peer:** update typescript peer dep to `>=4.4.0` ([a34d82a](https://github.com/flex-development/exceptions/commit/a34d82ac8766a0b07038eb45ea7586b3f67ab4f5))
15+
16+
17+
### :sparkles: Features
18+
19+
* **exceptions:** extend `AggregateError` ([#6](https://github.com/flex-development/exceptions/issues/6)) ([d5e4d48](https://github.com/flex-development/exceptions/commit/d5e4d4881eadca1d2a6b8bab02209c045c3f41c1))
20+
521
## [3.0.0](https://github.com/flex-development/exceptions/compare/[email protected]@3.0.0) (2021-09-26)
622

723

packages/exceptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/exceptions",
33
"description": "Custom error handling",
4-
"version": "3.0.0",
4+
"version": "4.0.0",
55
"keywords": [
66
"error handling",
77
"exceptions",

0 commit comments

Comments
 (0)