Skip to content

Commit

Permalink
chore: 3.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-next.1](v2.3.0...v3.0.0-next.1) (2022-11-25)

### Features

* target es2017 instead of es2015 ([#163](#163)) ([be187d0](be187d0))

### BREAKING CHANGES

* package targets es2017
  • Loading branch information
semantic-release-bot committed Nov 25, 2022
1 parent be187d0 commit 4267c08
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0-next.1](https://github.com/andipaetzold/react-firehooks/compare/v2.3.0...v3.0.0-next.1) (2022-11-25)


### Features

* target es2017 instead of es2015 ([#163](https://github.com/andipaetzold/react-firehooks/issues/163)) ([be187d0](https://github.com/andipaetzold/react-firehooks/commit/be187d03301b156eb032eecb9076b94395bd69e2))


### BREAKING CHANGES

* package targets es2017

# [2.3.0](https://github.com/andipaetzold/react-firehooks/compare/v2.2.0...v2.3.0) (2022-10-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-firehooks",
"version": "2.3.0",
"version": "3.0.0-next.1",
"description": "Lightweight dependency-free collection of React hooks for Firebase",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 4267c08

Please sign in to comment.