Skip to content

Commit

Permalink
Release v0.18.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Nov 9, 2018
1 parent 7849ea3 commit 0b0ebb2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@

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

## v0.18.0

11-09-2018 15:34 PST

This is a minor service release, with a few internal changes.

- refactor: use `walkdir` instead of `globby` ([#109](https://github.com/googleapis/nodejs-proto-files/pull/109))
- chore: drop contributors from multiple places ([#108](https://github.com/googleapis/nodejs-proto-files/pull/108))
- chore: use latest npm on Windows ([#107](https://github.com/googleapis/nodejs-proto-files/pull/107))
- refactor: convert to typescript ([#106](https://github.com/googleapis/nodejs-proto-files/pull/106))
- refactor: use a src/ directory ([#105](https://github.com/googleapis/nodejs-proto-files/pull/105))
- chore: update CircleCI config ([#104](https://github.com/googleapis/nodejs-proto-files/pull/104))
- chore: include build in eslintignore ([#101](https://github.com/googleapis/nodejs-proto-files/pull/101))
- chore(deps): update dependency eslint-plugin-node to v8 ([#97](https://github.com/googleapis/nodejs-proto-files/pull/97))
- chore: update issue templates ([#96](https://github.com/googleapis/nodejs-proto-files/pull/96))
- chore: remove old issue template ([#94](https://github.com/googleapis/nodejs-proto-files/pull/94))
- build: run tests on node11 ([#93](https://github.com/googleapis/nodejs-proto-files/pull/93))
- chores(build): do not collect sponge.xml from windows builds ([#92](https://github.com/googleapis/nodejs-proto-files/pull/92))
- chores(build): run codecov on continuous builds ([#91](https://github.com/googleapis/nodejs-proto-files/pull/91))
- chore: update new issue template ([#90](https://github.com/googleapis/nodejs-proto-files/pull/90))
- build: fix codecov uploading on Kokoro ([#86](https://github.com/googleapis/nodejs-proto-files/pull/86))
- build: automate library with synth.py ([#85](https://github.com/googleapis/nodejs-proto-files/pull/85))
- chore(deps): update dependency sinon to v7 ([#84](https://github.com/googleapis/nodejs-proto-files/pull/84))

## v0.17.0

### Breaking changes
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": "0.17.0",
"version": "0.18.0",
"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": "^0.17.0"
"google-proto-files": "^0.18.0"
},
"devDependencies": {
"mocha": "^5.2.0"
Expand Down

0 comments on commit 0b0ebb2

Please sign in to comment.