Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#435)
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 Jun 6, 2022
1 parent 2d8996e commit ea85c74
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

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

## [3.0.0](https://github.com/googleapis/nodejs-proto-files/compare/v2.5.2...v3.0.0) (2022-05-20)


### ⚠ BREAKING CHANGES

* update library to use Node 12 (#434)

### Build System

* update library to use Node 12 ([#434](https://github.com/googleapis/nodejs-proto-files/issues/434)) ([2d8996e](https://github.com/googleapis/nodejs-proto-files/commit/2d8996e1e37384b904a583808f14c2d28a4a961e))

### [2.5.2](https://github.com/googleapis/nodejs-proto-files/compare/v2.5.1...v2.5.2) (2022-05-03)


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": "2.5.2",
"version": "3.0.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": "^2.5.2"
"google-proto-files": "^3.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit ea85c74

Please sign in to comment.