Skip to content

Commit ad936f2

Browse files
chore: 1.2.0 [skip ci]
# [1.2.0](v1.1.2...v1.2.0) (2021-10-15) ### Features * **auth:** add auth module ([12ab9ca](12ab9ca)) * **database:** add database module ([e202767](e202767))
1 parent abdf149 commit ad936f2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.2.0](https://github.com/andipaetzold/react-firehooks/compare/v1.1.2...v1.2.0) (2021-10-15)
2+
3+
4+
### Features
5+
6+
* **auth:** add auth module ([12ab9ca](https://github.com/andipaetzold/react-firehooks/commit/12ab9ca5390e81cea63ac7a93d39202cc36da23f))
7+
* **database:** add database module ([e202767](https://github.com/andipaetzold/react-firehooks/commit/e20276768cca9fa6e3a23b7a34a7f5a3ee81acca))
8+
19
## [1.1.2](https://github.com/andipaetzold/react-firehooks/compare/v1.1.1...v1.1.2) (2021-10-14)
210

311

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-firehooks",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Lightweight dependency-free collection of React hooks for Firebase",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",

0 commit comments

Comments
 (0)