From f1dfc66d486958de00e5186964b6dc3c940f7810 Mon Sep 17 00:00:00 2001 From: William Cheung Date: Tue, 8 Jun 2021 16:51:07 +1000 Subject: [PATCH 1/2] bump version to 3.3.3 --- CHANGES.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cfd140a4..19279780 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ ### Next version -* Authorisation token for feedback to be placed in header as per https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/ -* [The next feature] +### 3.3.3 +* Authorisation token for feedback to be placed in header as per https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/ ### 3.3.2 * Fixed a bug with the proxy route and certain redirect responses. diff --git a/package.json b/package.json index 5f76fd0e..c4e50692 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "terriajs-server", - "version": "3.3.2", + "version": "3.3.3", "description": "NodeJS server for TerriaJS, consisting of a CORS proxy, proj4 CRS lookup service, ogr2ogr conversion service, and express static server.", "engineStrict": true, "engines": { From 7d580247c8e62030621722ffde4fec18969de0eb Mon Sep 17 00:00:00 2001 From: Stephen Davies Date: Tue, 8 Jun 2021 16:52:40 +1000 Subject: [PATCH 2/2] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 19279780..6c6855d9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ ### 3.3.3 * Authorisation token for feedback to be placed in header as per https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/ + ### 3.3.2 * Fixed a bug with the proxy route and certain redirect responses.