Skip to content

Commit 70db5f7

Browse files
chore(main): release 4.0.0 (#463)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent dd47c3f commit 70db5f7

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+
## [4.0.0](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.3...v4.0.0) (2023-08-11)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* upgrade to Node 14 ([#462](https://github.com/googleapis/nodejs-proto-files/issues/462))
13+
14+
### Miscellaneous Chores
15+
16+
* Upgrade to Node 14 ([#462](https://github.com/googleapis/nodejs-proto-files/issues/462)) ([dd47c3f](https://github.com/googleapis/nodejs-proto-files/commit/dd47c3f4687789ebae028b6b60fd3eea1bb60206))
17+
718
## [3.0.3](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.2...v3.0.3) (2023-02-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": "3.0.3",
4+
"version": "4.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": "^3.0.3"
17+
"google-proto-files": "^4.0.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)