Skip to content

Commit b1ef2ce

Browse files
chore(main): release firestore 8.4.0
1 parent 73cb317 commit b1ef2ce

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"handwritten/cloud-profiler": "6.0.4",
1111
"handwritten/datastore": "10.1.0",
1212
"handwritten/error-reporting": "3.0.5",
13-
"handwritten/firestore": "8.3.0",
13+
"handwritten/firestore": "8.4.0",
1414
"handwritten/logging": "11.2.1",
1515
"handwritten/logging-bunyan": "5.1.1",
1616
"handwritten/logging-winston": "6.0.1",

changelog.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "deeb265d21751393a71224a3793adb38582f39b8",
9+
"message": "Add timestamp expressions",
10+
"issues": [],
11+
"scope": "firestore"
12+
}
13+
],
14+
"version": "8.4.0",
15+
"language": "JAVASCRIPT",
16+
"artifactName": "@google-cloud/firestore",
17+
"id": "6eb3141e-1b0e-461e-b057-fa2057fe9c5e",
18+
"createTime": "2026-03-26T23:16:21.497Z"
19+
},
420
{
521
"changes": [
622
{
@@ -69375,5 +69391,5 @@
6937569391
"createTime": "2023-01-28T04:18:24.718Z"
6937669392
}
6937769393
],
69378-
"updateTime": "2026-03-25T19:27:43.346Z"
69394+
"updateTime": "2026-03-26T23:16:21.497Z"
6937969395
}

handwritten/firestore/CHANGELOG.md

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

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

7+
## [8.4.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v8.3.0...firestore-v8.4.0) (2026-03-26)
8+
9+
10+
### Features
11+
12+
* **firestore:** Add timestamp expressions ([deeb265](https://github.com/googleapis/google-cloud-node/commit/deeb265d21751393a71224a3793adb38582f39b8))
13+
714
## [8.3.0](https://github.com/googleapis/nodejs-firestore/compare/v8.2.0...v8.3.0) (2026-02-02)
815

916

handwritten/firestore/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": "8.3.0",
4+
"version": "8.4.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)