Skip to content

Commit 1baa84d

Browse files
chore(main): release 7.2.0 (#1963)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 283e9c4 commit 1baa84d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/firestore?activeTab=versions
66

7+
## [7.2.0](https://github.com/googleapis/nodejs-firestore/compare/v7.1.1...v7.2.0) (2024-01-16)
8+
9+
10+
### Features
11+
12+
* Add new types QueryMode, QueryPlan, ResultSetStats ([#1911](https://github.com/googleapis/nodejs-firestore/issues/1911)) ([8f77b68](https://github.com/googleapis/nodejs-firestore/commit/8f77b68bf70b04a66e982067aa246de0596e4ea2))
13+
* Expose databaseId and projectId getter on Firestore class ([#1937](https://github.com/googleapis/nodejs-firestore/issues/1937)) ([d9c867f](https://github.com/googleapis/nodejs-firestore/commit/d9c867fc5048748e5af378fd8465303224668781)), closes [#1936](https://github.com/googleapis/nodejs-firestore/issues/1936)
14+
15+
16+
### Bug Fixes
17+
18+
* Make transaction rollback best effort. ([#1967](https://github.com/googleapis/nodejs-firestore/issues/1967)) ([1d76546](https://github.com/googleapis/nodejs-firestore/commit/1d76546a781527ef5b9085fc9f189c024355ae9f))
19+
720
## [7.1.1](https://github.com/googleapis/nodejs-firestore/compare/v7.1.0...v7.1.1) (2023-11-20)
821

922

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/firestore",
33
"description": "Firestore Client Library for Node.js",
4-
"version": "7.1.1",
4+
"version": "7.2.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

‎samples/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha --timeout 600000"
1212
},
1313
"dependencies": {
14-
"@google-cloud/firestore": "^7.1.1"
14+
"@google-cloud/firestore": "^7.2.0"
1515
},
1616
"devDependencies": {
1717
"chai": "^4.2.0",

0 commit comments

Comments
 (0)