Skip to content

Commit

Permalink
Bump version 4.1.0 (#168)
Browse files Browse the repository at this point in the history
* bump version to 4.1.0

* update changelog PR list formatting

* update changelog

* add security tag

* use the correct version in the changlog
  • Loading branch information
camallen authored Sep 30, 2022
1 parent b64acb1 commit 78bbeb2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v4.1.0](https://github.com/zooniverse/panoptes-javascript-client/tree/v4.1.0) (2022-09-30)

[Full Changelog](https://github.com/zooniverse/panoptes-javascript-client/compare/v4.1.0...v4.0.0)

**Merged pull requests:**
- add CI system to run what tests there are
[\#167](https://github.com/zooniverse/panoptes-javascript-client/pull/167)
- [Security] remove *FromBrowser config directives
[\#166](https://github.com/zooniverse/panoptes-javascript-client/pull/166)
- Bump json-api-client from 6.0.0 to 6.0.1
[\#165](https://github.com/zooniverse/panoptes-javascript-client/pull/165)

## [v4.0.0](https://github.com/zooniverse/panoptes-javascript-client/tree/v4.0.0) (2022-06-30)

[Full Changelog](https://github.com/zooniverse/panoptes-javascript-client/compare/v4.0.0...v3.4.1)
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": "4.0.0",
"version": "4.1.0",
"description": "A Javascript client to access the Panoptes API",
"main": "./lib/api-client.js",
"author": "Zooniverse",
Expand Down

0 comments on commit 78bbeb2

Please sign in to comment.