Skip to content

Commit

Permalink
chore(release): release 0.1.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benyap committed Jun 25, 2022
1 parent f0e3016 commit ec07ca5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@


## [0.1.0-alpha.3](https://github.com/benyap/exceptional-errors/compare/0.1.0-alpha.2...0.1.0-alpha.3) (2022-06-25)


### Features

* remove util functions (must be accessed through EError), add documentation ([5a51a40](https://github.com/benyap/exceptional-errors/commit/5a51a40ebc647960b1bf8458609da6a01272e52e))


### Bug Fixes

* include current error when finding causes ([8d4b9c4](https://github.com/benyap/exceptional-errors/commit/8d4b9c46512bfbda0830fb5e7f6229a21706cc06))


### Internal

* add build step hack to ship with only comments in .d.ts files ([3864924](https://github.com/benyap/exceptional-errors/commit/38649242db33de0f5c68e2f9fbfd87bdcee57829))
* remove unused dev dependency ([12d4102](https://github.com/benyap/exceptional-errors/commit/12d410249f46a9b5ed1aaeb8191c01502af80278))


### Documentation

* add quickstart to README ([f0e3016](https://github.com/benyap/exceptional-errors/commit/f0e3016921c6a63e6c120897784ef8c735403c50))

## [0.1.0-alpha.2](https://github.com/benyap/exceptional-errors/compare/0.1.0-alpha.1...0.1.0-alpha.2) (2022-06-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exceptional-errors",
"version": "0.1.0-alpha.2",
"version": "0.1.0-alpha.3",
"license": "MIT",
"description": "Richer errors with first-class Typescript support.",
"author": "Ben Yap <contact@benyap.com>",
Expand Down

0 comments on commit ec07ca5

Please sign in to comment.