Skip to content

Commit

Permalink
chore(main): release 4.1.0 (#481)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jan 11, 2024
1 parent 1f95f12 commit d485c68
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [4.1.0](https://github.com/googleapis/nodejs-proto-files/compare/v4.0.0...v4.1.0) (2024-01-11)


### Features

* 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))

## [4.0.0](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.3...v4.0.0) (2023-08-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "google-proto-files",
"description": "All of the Google API's protocol buffer files",
"version": "4.0.0",
"version": "4.1.0",
"license": "Apache-2.0",
"author": "google-proto-files project authors",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha"
},
"dependencies": {
"google-proto-files": "^4.0.0"
"google-proto-files": "^4.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit d485c68

Please sign in to comment.