Skip to content

Commit d485c68

Browse files
chore(main): release 4.1.0 (#481)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1f95f12 commit d485c68

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+
## [4.1.0](https://github.com/googleapis/nodejs-proto-files/compare/v4.0.0...v4.1.0) (2024-01-11)
8+
9+
10+
### Features
11+
12+
* Rerun with new proto files (specifically field_info.proto) ([#480](https://github.com/googleapis/nodejs-proto-files/issues/480)) ([1f95f12](https://github.com/googleapis/nodejs-proto-files/commit/1f95f1225bfbaf2281df605e2e5ac194262e0abf))
13+
714
## [4.0.0](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.3...v4.0.0) (2023-08-11)
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": "4.0.0",
4+
"version": "4.1.0",
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": "^4.0.0"
17+
"google-proto-files": "^4.1.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)