Skip to content

Commit

Permalink
chore: release 1.0.0 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored May 13, 2019
1 parent 104aaf5 commit b952201
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion packages/google-cloud-tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

[1]: https://www.npmjs.com/package/nodejs-tasks?activeTab=versions

## [1.0.0](https://www.github.com/googleapis/nodejs-tasks/compare/v0.5.0...v1.0.0) (2019-05-13)


### Bug Fixes

* DEADLINE_EXCEEDED retry code is idempotent ([#219](https://www.github.com/googleapis/nodejs-tasks/issues/219)) ([59cfd36](https://www.github.com/googleapis/nodejs-tasks/commit/59cfd36))
* **deps:** update dependency google-gax to v1 ([#218](https://www.github.com/googleapis/nodejs-tasks/issues/218)) ([25d0317](https://www.github.com/googleapis/nodejs-tasks/commit/25d0317))
* DEADLINE_EXCEEDED no longer treated as idempotent and retried ([739a515](https://www.github.com/googleapis/nodejs-tasks/commit/739a515))
* **deps:** update dependency google-gax to ^0.26.0 ([#207](https://www.github.com/googleapis/nodejs-tasks/issues/207)) ([7492ae3](https://www.github.com/googleapis/nodejs-tasks/commit/7492ae3))


### Build System

* upgrade engines field to >=8.10.0 ([#209](https://www.github.com/googleapis/nodejs-tasks/issues/209)) ([c2f4869](https://www.github.com/googleapis/nodejs-tasks/commit/c2f4869))


### BREAKING CHANGES

* upgrade engines field to >=8.10.0 (#209)

## v0.5.0

03-21-2019 22:39 PDT
Expand Down Expand Up @@ -188,4 +208,3 @@ v0.20.0 fixes an issue with semver.
- fix(deps): update dependency yargs to v12 (#22)
- fix: update dependencies, run synth (#20)
- Configure Renovate (#15)

4 changes: 2 additions & 2 deletions packages/google-cloud-tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/tasks",
"description": "Cloud Tasks API client for Node.js",
"version": "0.5.0",
"version": "1.0.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"docs": "jsdoc -c .jsdoc.js",
"system-test": "mocha system-test/ smoke-test/ --timeout 600000",
"fix": "eslint '**/*.js' --fix",
"docs-test": "linkinator docs -r --skip 'www.googleapis.com|github.com/googleapis/nodejs-tasks/blob/master/samples/quickstart.js'",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"predocs-test": "npm run docs"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-tasks/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "node server.js"
},
"dependencies": {
"@google-cloud/tasks": "^0.5.0",
"@google-cloud/tasks": "^1.0.0",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"yargs": "^13.0.0"
Expand Down

0 comments on commit b952201

Please sign in to comment.