Skip to content

Commit

Permalink
3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm committed Jun 1, 2023
1 parent fc7faaf commit 047ce54
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v3.6.1](https://github.com/simularium/simularium-viewer/compare/v3.6.0...v3.6.1)

- make all json message handlers into arrow functions [`#318`](https://github.com/simularium/simularium-viewer/pull/318)
- Bug fix: Default to secureConnection = true if it not defined [`#316`](https://github.com/simularium/simularium-viewer/pull/316)
- remove unused imports [`6160b83`](https://github.com/simularium/simularium-viewer/commit/6160b830f693a47a6a2b2752fd7d1eff849aa01a)
- default to secureConnection = true if it is undefined [`81e7b9f`](https://github.com/simularium/simularium-viewer/commit/81e7b9fee6b842cae2564ede31f3e48342b1fb0f)

#### [v3.6.0](https://github.com/simularium/simularium-viewer/compare/v3.5.1...v3.6.0)

> 30 May 2023
- Fix/interface simularium file [`#313`](https://github.com/simularium/simularium-viewer/pull/313)
- Update websocket messaging for octopus [`#302`](https://github.com/simularium/simularium-viewer/pull/302)
- Fix/threejs types [`#312`](https://github.com/simularium/simularium-viewer/pull/312)
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": "@aics/simularium-viewer",
"version": "3.6.0",
"version": "3.6.1",
"description": "An npm package to view simulations.",
"main": "es/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 047ce54

Please sign in to comment.