Skip to content

Commit 55d7cf4

Browse files
chore: release 2.5.0 (#373)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5c19425 commit 55d7cf4

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+
## [2.5.0](https://www.github.com/googleapis/nodejs-proto-files/compare/v2.4.1...v2.5.0) (2021-10-19)
8+
9+
10+
### Features
11+
12+
* include gapic and grafeas, add routing.proto, update protos ([#372](https://www.github.com/googleapis/nodejs-proto-files/issues/372)) ([5c19425](https://www.github.com/googleapis/nodejs-proto-files/commit/5c194257b9604e2214162928bd01743adfb2c066))
13+
714
### [2.4.1](https://www.github.com/googleapis/nodejs-proto-files/compare/v2.4.0...v2.4.1) (2021-09-09)
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": "2.4.1",
4+
"version": "2.5.0",
55
"license": "MIT",
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": "^2.4.1"
17+
"google-proto-files": "^2.5.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)