From bb1e0c710db09f3c140c546a26a43206990799ef Mon Sep 17 00:00:00 2001 From: Na Hyung Choi Date: Mon, 8 Nov 2021 09:53:28 -0800 Subject: [PATCH] 3.2.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 059a5c22..1de712a1 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.1](https://github.com/allen-cell-animated/simularium-viewer/compare/v3.2.0...v3.2.1) + +- 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) +> 5 November 2021 + - Feature/error levels [`#223`](https://github.com/allen-cell-animated/simularium-viewer/pull/223) - add a nightly build script [`#221`](https://github.com/allen-cell-animated/simularium-viewer/pull/221) - fix issue with color varying across same agent [`#222`](https://github.com/allen-cell-animated/simularium-viewer/pull/222) diff --git a/package-lock.json b/package-lock.json index 669fadd3..9e981cdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@aics/simularium-viewer", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2de1f2ee..e7368c00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aics/simularium-viewer", - "version": "3.2.0", + "version": "3.2.1", "description": "An npm package to view simulations.", "main": "lib/index.js", "module": "es/index.js",