Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: release 2.2.0 (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Dec 2, 2020
1 parent f88535f commit 3b9bbff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://www.npmjs.com/package/@google-cloud/container?activeTab=versions

## [2.2.0](https://www.github.com/googleapis/nodejs-cloud-container/compare/v2.1.2...v2.2.0) (2020-11-25)


### Features

* update GKE v1 API ([#401](https://www.github.com/googleapis/nodejs-cloud-container/issues/401)) ([f72f121](https://www.github.com/googleapis/nodejs-cloud-container/commit/f72f1210f63e1fd9b3dd02e0791b1d024d1cbe07))


### Bug Fixes

* **browser:** check for fetch on window ([#403](https://www.github.com/googleapis/nodejs-cloud-container/issues/403)) ([40f207e](https://www.github.com/googleapis/nodejs-cloud-container/commit/40f207e3e1ae02f63b9b34c9e957c0caae89c7fb))

### [2.1.2](https://www.github.com/googleapis/nodejs-cloud-container/compare/v2.1.1...v2.1.2) (2020-11-07)


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-cloud/container",
"description": "Google Container Engine API client for Node.js",
"version": "2.1.2",
"version": "2.2.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "mocha system-test --timeout 10000"
},
"dependencies": {
"@google-cloud/container": "^2.1.2"
"@google-cloud/container": "^2.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 3b9bbff

Please sign in to comment.