diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de712a1..31caa81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.2.2](https://github.com/allen-cell-animated/simularium-viewer/compare/v3.2.1...v3.2.2) + +- Fix/use "new" to construct a new instance of Color [`#227`](https://github.com/allen-cell-animated/simularium-viewer/pull/227) + #### [v3.2.1](https://github.com/allen-cell-animated/simularium-viewer/compare/v3.2.0...v3.2.1) +> 8 November 2021 + - Fix/export FrontEndError [`#225`](https://github.com/allen-cell-animated/simularium-viewer/pull/225) #### [v3.2.0](https://github.com/allen-cell-animated/simularium-viewer/compare/v3.1.0...v3.2.0) diff --git a/package-lock.json b/package-lock.json index 9e981cdb..38a6d685 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@aics/simularium-viewer", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e7368c00..791bf8c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aics/simularium-viewer", - "version": "3.2.1", + "version": "3.2.2", "description": "An npm package to view simulations.", "main": "lib/index.js", "module": "es/index.js",