Skip to content

Commit 043759e

Browse files
committed
chore(release): release 2.6.0
1 parent 757e5b1 commit 043759e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1+
# Changelog
12

3+
## 2.6.0 (2025-01-09)
4+
5+
* chore: add compatibility with newer Firestore library versions ([a7f750f](https://github.com/benyap/firestore-backfire/commit/a7f750f))
6+
* chore: fix build output directory ([92a9171](https://github.com/benyap/firestore-backfire/commit/92a9171))
7+
* chore: format, fix typos ([757e5b1](https://github.com/benyap/firestore-backfire/commit/757e5b1))
8+
* chore(deps): update actions/cache action to v4 (#443) ([887934e](https://github.com/benyap/firestore-backfire/commit/887934e)), closes [#443](https://github.com/benyap/firestore-backfire/issues/443)
9+
* chore(deps): update actions/checkout action to v4 (#444) ([21ac45d](https://github.com/benyap/firestore-backfire/commit/21ac45d)), closes [#444](https://github.com/benyap/firestore-backfire/issues/444)
10+
* chore(deps): update pnpm/action-setup action to v2.4.1 (#438) ([9f67ddc](https://github.com/benyap/firestore-backfire/commit/9f67ddc)), closes [#438](https://github.com/benyap/firestore-backfire/issues/438)
11+
* chore(deps): upgrade dependencies ([8997bdd](https://github.com/benyap/firestore-backfire/commit/8997bdd))
12+
* feat: remove shorthand for `--verbose` and `--debug` options ([2c048f1](https://github.com/benyap/firestore-backfire/commit/2c048f1))
13+
* fix: `null` values being exported as `{}` ([52312eb](https://github.com/benyap/firestore-backfire/commit/52312eb))
214

315
## [2.5.3](https://github.com/benyap/firestore-backfire/compare/2.5.2...2.5.3) (2023-08-13)
416

@@ -650,4 +662,4 @@ Commits:
650662

651663
### Tooling
652664

653-
* add development tooling ([c3ae109](https://github.com/benyap/full-firestore-backup/commit/c3ae109a280ba27fbb33cb3b01e059592c5299ab))
665+
* add development tooling ([c3ae109](https://github.com/benyap/full-firestore-backup/commit/c3ae109a280ba27fbb33cb3b01e059592c5299ab))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firestore-backfire",
3-
"version": "2.5.3",
3+
"version": "2.6.0",
44
"description": "Ultimate control over backing up and restoring your Firestore data",
55
"repository": "[email protected]:benyap/firestore-backfire.git",
66
"author": "Ben Yap <[email protected]>",

src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2.5.3"
2+
"version": "2.6.0"
33
}

0 commit comments

Comments
 (0)