Skip to content

Commit

Permalink
chore(main): release 3.0.2 (#442)
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] authored Sep 8, 2022
1 parent 4e3940c commit 786c301
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

## [3.0.2](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.1...v3.0.2) (2022-08-23)


### Bug Fixes

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

## [3.0.1](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.0...v3.0.1) (2022-07-21)


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": "3.0.1",
"version": "3.0.2",
"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": "^3.0.1"
"google-proto-files": "^3.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 786c301

Please sign in to comment.