Skip to content

Commit af04aa3

Browse files
committed
chore(release): release 0.3.3
1 parent 61139a3 commit af04aa3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
## [0.3.3](https://github.com/benyap/exceptional-errors/compare/0.3.2...0.3.3) (2022-09-10)
4+
5+
6+
### Bug Fixes
7+
8+
* make compatible with built-in `Error`, deprecate `ErrorLike` ([61139a3](https://github.com/benyap/exceptional-errors/commit/61139a3e811107211ae6b8513981dd4b09b517a6))
9+
10+
11+
### Internal
12+
13+
* **deps:** update dependency concurrently to v7.4.0 ([#20](https://github.com/benyap/exceptional-errors/issues/20)) ([add39c2](https://github.com/benyap/exceptional-errors/commit/add39c2036836795d1081c088831f2bb9103a1b7))
14+
* **deps:** update dependency typescript to v4.8.3 ([#18](https://github.com/benyap/exceptional-errors/issues/18)) ([f598794](https://github.com/benyap/exceptional-errors/commit/f598794497d960ca878d695ed28a5797ceff686a))
15+
316
## [0.3.2](https://github.com/benyap/exceptional-errors/compare/0.3.1...0.3.2) (2022-09-03)
417

518

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptional-errors",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"license": "MIT",
55
"description": "Richer errors with first-class Typescript support.",
66
"author": "Ben Yap <[email protected]>",

0 commit comments

Comments
 (0)