Skip to content

Commit d8654be

Browse files
chore(main): release 3.0.1 (#440)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 41b973f commit d8654be

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/google-proto-files?activeTab=versions
66

7+
## [3.0.1](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.0...v3.0.1) (2022-07-21)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency protobufjs to v7 ([#439](https://github.com/googleapis/nodejs-proto-files/issues/439)) ([41b973f](https://github.com/googleapis/nodejs-proto-files/commit/41b973f71e0a84b64d5bafa4a0d878224223d91a))
13+
714
## [3.0.0](https://github.com/googleapis/nodejs-proto-files/compare/v2.5.2...v3.0.0) (2022-05-20)
815

916

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "google-proto-files",
33
"description": "All of the Google API's protocol buffer files",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"license": "Apache-2.0",
66
"author": "google-proto-files project authors",
77
"engines": {

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha"
1515
},
1616
"dependencies": {
17-
"google-proto-files": "^3.0.0"
17+
"google-proto-files": "^3.0.1"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)