Skip to content

Commit ea85c74

Browse files
chore(main): release 3.0.0 (#435)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2d8996e commit ea85c74

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

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

7+
## [3.0.0](https://github.com/googleapis/nodejs-proto-files/compare/v2.5.2...v3.0.0) (2022-05-20)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update library to use Node 12 (#434)
13+
14+
### Build System
15+
16+
* 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))
17+
718
### [2.5.2](https://github.com/googleapis/nodejs-proto-files/compare/v2.5.1...v2.5.2) (2022-05-03)
819

920

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.2",
4+
"version": "3.0.0",
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": "^2.5.2"
17+
"google-proto-files": "^3.0.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)