You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [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.
***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.
0 commit comments