Skip to content

Commit 009f60a

Browse files
chore(main): release dns 5.3.3
1 parent bf96454 commit 009f60a

5 files changed

Lines changed: 38 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"handwritten/datastore": "10.1.1",
2929
"handwritten/error-reporting": "3.0.6",
3030
"handwritten/firestore": "8.6.0",
31-
"handwritten/google-cloud-dns": "5.3.2",
31+
"handwritten/google-cloud-dns": "5.3.3",
3232
"handwritten/logging": "11.2.2",
3333
"handwritten/logging-bunyan": "5.1.2",
3434
"handwritten/logging-winston": "6.0.2",

changelog.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a",
9+
"message": "Remove vulnerable dependency `uuid`",
10+
"issues": [
11+
"8120"
12+
],
13+
"scope": "deps"
14+
},
15+
{
16+
"type": "fix",
17+
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
18+
"message": "Change the copyright year for files in the packages folder",
19+
"issues": [
20+
"8109"
21+
]
22+
}
23+
],
24+
"version": "5.3.3",
25+
"language": "JAVASCRIPT",
26+
"artifactName": "@google-cloud/dns",
27+
"id": "d2c3442c-58ce-4536-9020-7b2826dcd5e6",
28+
"createTime": "2026-06-11T07:17:11.632Z"
29+
},
430
{
531
"changes": [
632
{
@@ -80093,5 +80119,5 @@
8009380119
"createTime": "2023-01-28T04:18:24.718Z"
8009480120
}
8009580121
],
80096-
"updateTime": "2026-06-08T17:51:13.237Z"
80122+
"updateTime": "2026-06-11T07:17:11.632Z"
8009780123
}

handwritten/google-cloud-dns/CHANGELOG.md

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

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

7+
## [5.3.3](https://github.com/googleapis/google-cloud-node/compare/dns-v5.3.2...dns-v5.3.3) (2026-06-11)
8+
9+
10+
### Bug Fixes
11+
12+
* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334))
13+
* **deps:** Remove vulnerable dependency `uuid` ([#8120](https://github.com/googleapis/google-cloud-node/issues/8120)) ([3ec901e](https://github.com/googleapis/google-cloud-node/commit/3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a))
14+
715
## [5.3.2](https://github.com/googleapis/google-cloud-node/compare/dns-v5.3.1...dns-v5.3.2) (2026-05-01)
816

917

handwritten/google-cloud-dns/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/dns",
33
"description": "Cloud DNS Client Library for Node.js",
4-
"version": "5.3.2",
4+
"version": "5.3.3",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

handwritten/google-cloud-dns/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha --timeout 600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/dns": "^5.3.2"
18+
"@google-cloud/dns": "^5.3.3"
1919
},
2020
"devDependencies": {
2121
"chai": "^4.2.0",

0 commit comments

Comments
 (0)