Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.10 #95

Merged
merged 2 commits into from
Jun 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Change Log

## [Unreleased](https://github.com/zooniverse/panoptes-javascript-client/tree/HEAD)
## [v2.10.0](https://github.com/zooniverse/panoptes-javascript-client/tree/v2.10.0) (2018-06-25)
[Full Changelog](https://github.com/zooniverse/panoptes-javascript-client/compare/v2.9.8-0...v2.10.0)

[Full Changelog](https://github.com/zooniverse/panoptes-javascript-client/compare/v2.9.7...HEAD)
**Fixed bugs:**

- Unnecessary save to localstorage [\#33](https://github.com/zooniverse/panoptes-javascript-client/issues/33)

**Merged pull requests:**

- Audit packages [\#94](https://github.com/zooniverse/panoptes-javascript-client/pull/94) ([eatyourgreens](https://github.com/eatyourgreens))
- Update changelog [\#93](https://github.com/zooniverse/panoptes-javascript-client/pull/93) ([eatyourgreens](https://github.com/eatyourgreens))

## [v2.9.8-0](https://github.com/zooniverse/panoptes-javascript-client/tree/v2.9.8-0) (2018-06-22)
[Full Changelog](https://github.com/zooniverse/panoptes-javascript-client/compare/v2.9.7...v2.9.8-0)

**Merged pull requests:**

Expand Down
2 changes: 1 addition & 1 deletion 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": "2.9.7",
"version": "2.10.0",
"description": "A Javascript client to access the Panoptes API",
"main": "./lib/api-client.js",
"author": "Zooniverse",
Expand Down