diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9c7b78..ecc88eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.1](https://github.com/zakodium-oss/react-science/compare/v0.19.0...v0.19.1) (2022-12-05) + + +### Bug Fixes + +* make build work for publication ([#435](https://github.com/zakodium-oss/react-science/issues/435)) ([70a81c8](https://github.com/zakodium-oss/react-science/commit/70a81c8fd298fee555d19e770c5d89f615a1daf2)) + ## [0.19.0](https://github.com/zakodium-oss/react-science/compare/v0.18.0...v0.19.0) (2022-12-05) diff --git a/package-lock.json b/package-lock.json index 7cfdf663..63a2def4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "0.19.0", + "version": "0.19.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 1f5269a6..b61d8d2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-science", - "version": "0.19.0", + "version": "0.19.1", "description": "React components to build analysis UI", "exports": { "./app": {