Skip to content

Commit b5230e1

Browse files
authored
release: @flex-development/[email protected] (#15)
1 parent 4365d52 commit b5230e1

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

packages/exceptions/CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,44 @@
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+
## [6.0.0](https://github.com/flex-development/exceptions/compare/[email protected]@6.0.0) (2021-10-16)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **guards:** move type guards to separate directory
11+
* **typescript:** drop all axios type definitions
12+
13+
### :bug: Fixes
14+
15+
* **cjs:** directory index specifiers ([6816b97](https://github.com/flex-development/exceptions/commit/6816b97d92b4a343db4911ae35beb88e0db89905))
16+
17+
18+
### :pencil2: Housekeeping
19+
20+
* **typescript:** upgrade to `[email protected]` ([6b6f198](https://github.com/flex-development/exceptions/commit/6b6f198f889d05958ec1259fe086a0a782ef1352))
21+
22+
23+
### :hammer: Build
24+
25+
* **deps-peer:** add `@firebase/util` and `firebase-admin` as optional deps ([916918f](https://github.com/flex-development/exceptions/commit/916918fa45cfc7d70f775b60de5fc03ae6f9ebfc))
26+
* **deps-peer:** re-add `axios` as optional dep ([d6e733c](https://github.com/flex-development/exceptions/commit/d6e733c4318f9f25985335a14ff6cd82b27e54b2))
27+
28+
29+
### :recycle: Code Improvements
30+
31+
* **guards:** move type guards to separate directory ([611d70f](https://github.com/flex-development/exceptions/commit/611d70f9983b6e86bdff0dabd5ff77de2fdf73a7))
32+
* **typescript:** `FirebaseError` ([c602e7d](https://github.com/flex-development/exceptions/commit/c602e7d00c981afa24d750bb67005afa44465966)), closes [#L42](https://github.com/flex-development/exceptions/issues/L42) [#L74](https://github.com/flex-development/exceptions/issues/L74)
33+
* **typescript:** drop all axios type definitions ([c774c01](https://github.com/flex-development/exceptions/commit/c774c01e6a528a269214ddcdac99c72b257ad3ba))
34+
35+
36+
### :sparkles: Features
37+
38+
* **exceptions:** `ValidationException` ([4365d52](https://github.com/flex-development/exceptions/commit/4365d52e6199b5da9abc36172121ff84fbca9e42))
39+
* **guards:** `isExceptionClassName` ([0b31123](https://github.com/flex-development/exceptions/commit/0b31123d13a6364a3048af9ea98fc09b55d4b096))
40+
* **guards:** `isExceptionCode` ([c7fac42](https://github.com/flex-development/exceptions/commit/c7fac420b02d692918481ad114d81481fa7b1743))
41+
* **guards:** `isExceptionId` ([866bc88](https://github.com/flex-development/exceptions/commit/866bc88e74e8322831151fec32844d4b9941e313))
42+
543
## [5.0.0](https://github.com/flex-development/exceptions/compare/[email protected]@5.0.0) (2021-10-11)
644

745

packages/exceptions/package.json

+1-1
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": "5.0.0",
4+
"version": "6.0.0",
55
"keywords": [
66
"error handling",
77
"exceptions",

0 commit comments

Comments
 (0)