Skip to content

Commit 786c301

Browse files
chore(main): release 3.0.2 (#442)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4e3940c commit 786c301

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.2](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.1...v3.0.2) (2022-08-23)
8+
9+
10+
### Bug Fixes
11+
12+
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-proto-files/issues/1546)) ([#441](https://github.com/googleapis/nodejs-proto-files/issues/441)) ([4e3940c](https://github.com/googleapis/nodejs-proto-files/commit/4e3940c887c6463c679cd00a1e8756544140d637))
13+
714
## [3.0.1](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.0...v3.0.1) (2022-07-21)
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.1",
4+
"version": "3.0.2",
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.1"
17+
"google-proto-files": "^3.0.2"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)