Skip to content

Commit 53e334f

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.4.1...v4.0.0) (2022-03-09) ### Bug Fixes * **exportfunctions:** deep directory case was broken ([4e29ad3](4e29ad3)) ### Build System * **deps:** update all dependencies to latest versions & close dependabot generated auto updates ([4b8c287](4b8c287)) ### Features * **default.ts:** remove deprecated default export function ([f6fdbd2](f6fdbd2)) ### BREAKING CHANGES * **deps:** Version upgrade of Node may be a breaking change * **default.ts:** The breaking change with this update is that any codebases utilising the default export will no longer work. Please update to use the exported named function exportFunctions.
1 parent 879fa8d commit 53e334f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [4.0.0](https://github.com/gramstr/better-firebase-functions/compare/v3.4.1...v4.0.0) (2022-03-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **exportfunctions:** deep directory case was broken ([4e29ad3](https://github.com/gramstr/better-firebase-functions/commit/4e29ad30d2afdc9649177d409d589c05fa621506))
7+
8+
9+
### Build System
10+
11+
* **deps:** update all dependencies to latest versions & close dependabot generated auto updates ([4b8c287](https://github.com/gramstr/better-firebase-functions/commit/4b8c2875ecd43a3b8f91ced768a77abdf35bdd9a))
12+
13+
14+
### Features
15+
16+
* **default.ts:** remove deprecated default export function ([f6fdbd2](https://github.com/gramstr/better-firebase-functions/commit/f6fdbd2689826c86aa3ba1939c6a642a4a583946))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **deps:** Version upgrade of Node may be a breaking change
22+
* **default.ts:** The breaking change with this update is that any codebases utilising the default
23+
export will no longer work. Please update to use the exported named function exportFunctions.
24+
125
## [3.4.1](https://github.com/gramstr/better-firebase-functions/compare/v3.4.0...v3.4.1) (2020-06-08)
226

327

0 commit comments

Comments
 (0)