Skip to content

Commit

Permalink
v5.6.1 (#234)
Browse files Browse the repository at this point in the history
* Update changelog for v5.6.1

* Update package.json and package-lock for v5.6.1
  • Loading branch information
mcbouslog authored Feb 1, 2024
1 parent 559157e commit 7ca1a9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v5.6.1](https://github.com/zooniverse/panoptes-javascript-client/tree/v5.6.1) (2024-02-01)
Dependency update and tests refactors.

* Bump chai from 4.3.10 to 5.0.3 by @dependabot in https://github.com/zooniverse/panoptes-javascript-client/pull/231
* Convert Mocha tests to ESM by @eatyourgreens in https://github.com/zooniverse/panoptes-javascript-client/pull/232
* Remove tap tests by @eatyourgreens in https://github.com/zooniverse/panoptes-javascript-client/pull/233

**Full Changelog**: https://github.com/zooniverse/panoptes-javascript-client/compare/v5.6.0...v5.6.1


## [v5.6.0](https://github.com/zooniverse/panoptes-javascript-client/tree/v5.6.0) (2023-11-29)

* Add eras-client (erasClient) for classifications and comments statistics from [ERAS service](https://github.com/zooniverse/eras) by @yuenmichelle1 in https://github.com/zooniverse/panoptes-javascript-client/pull/227
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.6.0",
"version": "5.6.1",
"description": "A Javascript client to access the Panoptes API",
"main": "./lib/api-client.js",
"author": "Zooniverse",
Expand Down

0 comments on commit 7ca1a9b

Please sign in to comment.