Skip to content

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.1](https://www.github.com/googleapis/nodejs-proto-files/compare/v2.5.0...v2.5.1) (2021-12-21)
8+
9+
10+
### Bug Fixes
11+
12+
* **proto:** speech has additional common proto ([#382](https://www.github.com/googleapis/nodejs-proto-files/issues/382)) ([6423650](https://www.github.com/googleapis/nodejs-proto-files/commit/64236509b38a8b3e864e4c679fa3c7392db39587))
13+
714
## [2.5.0](https://www.github.com/googleapis/nodejs-proto-files/compare/v2.4.1...v2.5.0) (2021-10-19)
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.5.0",
4+
"version": "2.5.1",
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.5.0"
17+
"google-proto-files": "^2.5.1"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)