Skip to content

Commit 7c2f663

Browse files
chore(main): release 3.0.3 (#450)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3b23087 commit 7c2f663

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.3](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.2...v3.0.3) (2023-02-03)
8+
9+
10+
### Bug Fixes
11+
12+
* Revert "test: update tests to reflect upstream fix ([#448](https://github.com/googleapis/nodejs-proto-files/issues/448))" ([#449](https://github.com/googleapis/nodejs-proto-files/issues/449)) ([4b6bdc9](https://github.com/googleapis/nodejs-proto-files/commit/4b6bdc932b015f30eae652a9fb8927c9d84ea4d1))
13+
714
## [3.0.2](https://github.com/googleapis/nodejs-proto-files/compare/v3.0.1...v3.0.2) (2022-08-23)
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.2",
4+
"version": "3.0.3",
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.2"
17+
"google-proto-files": "^3.0.3"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)