Skip to content

Commit 96b9b48

Browse files
chore: 2.0.0 [skip ci]
# [2.0.0](v1.7.0...v2.0.0) (2021-12-29) ### Features * make package ESM only ([2fff54d](2fff54d)) * require firebase 9.5.0 or later ([8bb9ba1](8bb9ba1)) ### BREAKING CHANGES * make package ESM only * require firebase 9.5.0 or later
1 parent 2fff54d commit 96b9b48

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0](https://github.com/andipaetzold/react-firehooks/compare/v1.7.0...v2.0.0) (2021-12-29)
2+
3+
4+
### Features
5+
6+
* make package ESM only ([2fff54d](https://github.com/andipaetzold/react-firehooks/commit/2fff54dd26264f18a4afaf5ed6dffa4c4be330d3))
7+
* require firebase 9.5.0 or later ([8bb9ba1](https://github.com/andipaetzold/react-firehooks/commit/8bb9ba1f5e1fd2c20da49f1ea312d81764593470))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* make package ESM only
13+
* require firebase 9.5.0 or later
14+
115
# [1.7.0](https://github.com/andipaetzold/react-firehooks/compare/v1.6.0...v1.7.0) (2021-12-29)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-firehooks",
3-
"version": "1.7.0",
3+
"version": "2.0.0",
44
"description": "Lightweight dependency-free collection of React hooks for Firebase",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)