Skip to content

Commit 17bbf5d

Browse files
chore: release 0.3.0 (#19)
1 parent 094bbd9 commit 17bbf5d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://www.github.com/google-github-actions/get-gke-credentials/compare/v0.2.1...v0.3.0) (2021-04-08)
4+
5+
6+
### Features
7+
8+
* Add userinfo.email scope ([#15](https://www.github.com/google-github-actions/get-gke-credentials/issues/15)) ([#16](https://www.github.com/google-github-actions/get-gke-credentials/issues/16)) ([fb20944](https://www.github.com/google-github-actions/get-gke-credentials/commit/fb2094492a5ee4105b6fab09f5c9d5cbbb6dd162))
9+
310
### [0.2.1](https://www.github.com/google-github-actions/get-gke-credentials/compare/v0.2.0...v0.2.1) (2020-11-13)
411

512

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-gke-credentials",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Get short lived credentials to a GKE cluster",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)