Skip to content

Commit

Permalink
5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Feb 3, 2023
1 parent 79cda75 commit 98d8cbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased
## [v5.2.1](https://github.com/zooniverse/panoptes-javascript-client/tree/v5.2.1) (2023-02-03)

Improved chainable ResourcePromise interface for API resources.

* Add SugarClient tests by @eatyourgreens in https://github.com/zooniverse/panoptes-javascript-client/pull/192
* Simplify chainable Resource.Promise promises by @eatyourgreens in https://github.com/zooniverse/panoptes-javascript-client/pull/193
* Add Resource methods to ResourcePromise by @eatyourgreens in https://github.com/zooniverse/panoptes-javascript-client/pull/195
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "panoptes-client",
"version": "5.2.0",
"version": "5.2.1",
"description": "A Javascript client to access the Panoptes API",
"main": "./lib/api-client.js",
"author": "Zooniverse",
Expand Down

0 comments on commit 98d8cbe

Please sign in to comment.