From 98c8419e002c9bb9f25aff1cfd52c73338052a6a Mon Sep 17 00:00:00 2001 From: eric sciple Date: Wed, 6 May 2020 21:33:58 -0400 Subject: [PATCH] bump version; release notes --- packages/github/RELEASES.md | 4 ++++ packages/github/package-lock.json | 2 +- packages/github/package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/github/RELEASES.md b/packages/github/RELEASES.md index b56ec46549..00db5e66f1 100644 --- a/packages/github/RELEASES.md +++ b/packages/github/RELEASES.md @@ -1,5 +1,9 @@ # @actions/github Releases +### 2.2.0 + +- [Support GHES: Use GITHUB_API_URL and GITHUB_GRAPHQL_URL to determine baseUrl](https://github.com/actions/toolkit/pull/449) + ### 2.1.1 - [Use import {Octokit}](https://github.com/actions/toolkit/pull/332) diff --git a/packages/github/package-lock.json b/packages/github/package-lock.json index 34a0a94afb..a075eac212 100644 --- a/packages/github/package-lock.json +++ b/packages/github/package-lock.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/github/package.json b/packages/github/package.json index 45582ccc41..ef58523ba6 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@actions/github", - "version": "2.1.1", + "version": "2.2.0", "description": "Actions github lib", "keywords": [ "github",