From 4f390541f6f4ce6aaea9e89198c9f402016fc33c Mon Sep 17 00:00:00 2001 From: Jim O'Donnell Date: Tue, 6 Mar 2018 11:11:44 +0000 Subject: [PATCH 1/2] 2.9.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 406d746..a55ec76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "panoptes-client", - "version": "2.9.4", + "version": "2.9.5", "description": "A Javascript client to access the Panoptes API", "main": "./lib/api-client.js", "author": "Zooniverse", From 20173f784652185dfc6e69f09296f97bc9c5a03b Mon Sep 17 00:00:00 2001 From: Jim O'Donnell Date: Tue, 6 Mar 2018 11:17:25 +0000 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93819d2..00dd5be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v2.9.5](https://github.com/zooniverse/panoptes-javascript-client/tree/v2.9.5) (2018-03-06) +[Full Changelog](https://github.com/zooniverse/panoptes-javascript-client/compare/v2.9.4...v2.9.5) + +**Closed issues:** + +- `\_handleNewBearerToken\(\)` florps on `.slice\(\)` [\#84](https://github.com/zooniverse/panoptes-javascript-client/issues/84) + +**Merged pull requests:** + +- Replace \_checkPanoptesSession with \_getNewToken [\#86](https://github.com/zooniverse/panoptes-javascript-client/pull/86) ([eatyourgreens](https://github.com/eatyourgreens)) + + ## [v2.9.4](https://github.com/zooniverse/panoptes-javascript-client/tree/v2.9.4) (2018-02-27) [Full Changelog](https://github.com/zooniverse/panoptes-javascript-client/compare/v2.9.3...v2.9.4) @@ -12,6 +24,7 @@ **Merged pull requests:** +- Massive changelog update [\#83](https://github.com/zooniverse/panoptes-javascript-client/pull/83) ([eatyourgreens](https://github.com/eatyourgreens)) - OAuth improvements [\#82](https://github.com/zooniverse/panoptes-javascript-client/pull/82) ([eatyourgreens](https://github.com/eatyourgreens)) ## [v2.9.2](https://github.com/zooniverse/panoptes-javascript-client/tree/v2.9.2) (2018-02-13)