diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a5b859..d452c86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,13 @@ 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). -#### [v0.8.1](https://github.com/simularium/simularium-website/compare/v0.8.1...v0.8.1) +#### [v0.8.2](https://github.com/simularium/simularium-website/compare/v0.8.0...v0.8.2) - Make staging and prod configs more similar [`#383`](https://github.com/simularium/simularium-website/pull/383) - remove hashedmoduleidsplugin, and console.log out some version info, and don't show devserver overlay for warnings only [`0adfc14`](https://github.com/simularium/simularium-website/commit/0adfc141335f3cadd64427b3b8b298ac226ef79d) - update viewer to 3.5.1 [`1222953`](https://github.com/simularium/simularium-website/commit/12229536e06d57272a31d72baaa51562b56fdc87) - make production and staging as similar as possible [`42d536d`](https://github.com/simularium/simularium-website/commit/42d536de5df771dd7721aef86b877250f7726fea) -#### [v0.8.1](https://github.com/simularium/simularium-website/compare/v0.8.0...v0.8.1) - -> 13 January 2023 - #### [v0.8.0](https://github.com/simularium/simularium-website/compare/v0.7.1...v0.8.0) > 15 December 2022 diff --git a/package-lock.json b/package-lock.json index 706ffe49..54f6c770 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simularium-webapp", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "simularium-webapp", - "version": "0.8.1", + "version": "0.8.2", "license": "ISC", "dependencies": { "@aics/simularium-viewer": "^3.5.1", diff --git a/package.json b/package.json index c5e9d1ca..159e0fbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simularium-webapp", - "version": "0.8.1", + "version": "0.8.2", "description": "", "main": "src/index.tsx", "repository": {