Skip to content

Commit dab01c7

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
chore: release 1.0.1 (#198)
* updated CHANGELOG.md * updated package.json * updated samples/package.json
1 parent c84bdeb commit dab01c7

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

core/packages/nodejs-proto-files/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
### [1.0.1](https://www.github.com/googleapis/nodejs-proto-files/compare/v1.0.0...v1.0.1) (2019-05-20)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** update dependency walkdir to ^0.4.0 ([#187](https://www.github.com/googleapis/nodejs-proto-files/issues/187)) ([48682cd](https://www.github.com/googleapis/nodejs-proto-files/commit/48682cd))
13+
714
## [1.0.0](https://www.github.com/googleapis/nodejs-proto-files/compare/v0.20.0...v1.0.0) (2019-05-03)
815

916

core/packages/nodejs-proto-files/package.json

Lines changed: 1 addition & 1 deletion
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": "1.0.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"author": "google-proto-files project authors",
77
"engines": {

core/packages/nodejs-proto-files/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test"
1212
},
1313
"dependencies": {
14-
"google-proto-files": "^1.0.0"
14+
"google-proto-files": "^1.0.1"
1515
},
1616
"devDependencies": {
1717
"mocha": "^6.0.0"

0 commit comments

Comments
 (0)