From 78e079bd95fa17b49f4e3da42e7dae41e878acb2 Mon Sep 17 00:00:00 2001 From: Shu Shen Date: Wed, 18 Nov 2020 10:38:17 -0800 Subject: [PATCH] 3.6.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- webtask-templates/bitbucket.json | 2 +- webtask-templates/github.json | 2 +- webtask-templates/gitlab.json | 2 +- webtask-templates/visualstudio.json | 2 +- 7 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a5b92..b13f386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.6.0] - 2020-11-18 + +### auth0-bitbucket-deploy v3.6.0 +### auth0-github-deploy v3.6.0 +### auth0-gitlab-deploy v3.6.0 +### auth0-visualstudio-deploy v3.6.0 +- #### Changed + - Bump source-control-extension-tools@4.1.9 to fix pagination in API calls + ## [3.5.4] - 2020-11-18 ### auth0-bitbucket-deploy v3.5.4 diff --git a/package-lock.json b/package-lock.json index d28cfae..feeedcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-extensions", - "version": "3.5.4", + "version": "3.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 37416cd..5408535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-extensions", - "version": "3.5.4", + "version": "3.6.0", "description": "Auth0 Deployment Extensions", "engines": { "node": "5.9.0" diff --git a/webtask-templates/bitbucket.json b/webtask-templates/bitbucket.json index 158aa1f..3eb9168 100644 --- a/webtask-templates/bitbucket.json +++ b/webtask-templates/bitbucket.json @@ -1,7 +1,7 @@ { "title": "Bitbucket Deployments", "name": "auth0-bitbucket-deploy", - "version": "3.5.4", + "version": "3.6.0", "preVersion": "2.10.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from Bitbucket.", diff --git a/webtask-templates/github.json b/webtask-templates/github.json index c84d9e1..f173e66 100644 --- a/webtask-templates/github.json +++ b/webtask-templates/github.json @@ -1,7 +1,7 @@ { "title": "GitHub Deployments", "name": "auth0-github-deploy", - "version": "3.5.4", + "version": "3.6.0", "preVersion": "2.10.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Pages, Rules and Custom Database Connections from GitHub.", diff --git a/webtask-templates/gitlab.json b/webtask-templates/gitlab.json index d04b205..e06fed3 100644 --- a/webtask-templates/gitlab.json +++ b/webtask-templates/gitlab.json @@ -1,7 +1,7 @@ { "title": "GitLab Deployments", "name": "auth0-gitlab-deploy", - "version": "3.5.4", + "version": "3.6.0", "preVersion": "2.11.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from GitLab.", diff --git a/webtask-templates/visualstudio.json b/webtask-templates/visualstudio.json index 1e7f810..d9c490e 100644 --- a/webtask-templates/visualstudio.json +++ b/webtask-templates/visualstudio.json @@ -1,7 +1,7 @@ { "title": "Visual Studio Team Services Deployments", "name": "auth0-visualstudio-deploy", - "version": "3.5.4", + "version": "3.6.0", "preVersion": "2.9.0", "author": "auth0", "description": "This extension gives Auth0 customers the possibility to deploy Hosted Pages, Rules and Custom Database Connections from Visual Studio Team Services.",