Skip to content

Commit

Permalink
chore: release 1.0.3 (#207)
Browse files Browse the repository at this point in the history
* updated CHANGELOG.md [ci skip]

* updated package.json [ci skip]

* updated samples/package.json [ci skip]
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 26, 2019
1 parent e25f29f commit 3568c06
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

### [1.0.3](https://www.github.com/googleapis/nodejs-proto-files/compare/v1.0.2...v1.0.3) (2019-06-26)


### Bug Fixes

* **docs:** link to reference docs section on googleapis.dev ([#206](https://www.github.com/googleapis/nodejs-proto-files/issues/206)) ([e25f29f](https://www.github.com/googleapis/nodejs-proto-files/commit/e25f29f))

### [1.0.2](https://www.github.com/googleapis/nodejs-proto-files/compare/v1.0.1...v1.0.2) (2019-06-14)


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": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"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 @@ -11,7 +11,7 @@
"test": "mocha system-test"
},
"dependencies": {
"google-proto-files": "^1.0.2"
"google-proto-files": "^1.0.3"
},
"devDependencies": {
"mocha": "^6.0.0"
Expand Down

0 comments on commit 3568c06

Please sign in to comment.