diff --git a/CHANGELOG.md b/CHANGELOG.md index 519834c..4da5841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.6.0 + +Support GitHub Enterprise Server deployments + ## 0.5.0 Support YAML teams configuration (in addition to JSON) diff --git a/package-lock.json b/package-lock.json index d4b0f54..dec0787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "team-sync", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "team-sync", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "dependencies": { "@actions/core": "^1.2.6", diff --git a/package.json b/package.json index fcaf568..ccf7e7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "team-sync", - "version": "0.5.0", + "version": "0.6.0", "private": true, "description": "GitHub action to synchronize GitHub Teams with the contents of a teams document", "main": "lib/main.js",