diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b8ace6..0b59f31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.15.0 + +- Mafs now supports zooming! It's opt-in, and can be enabled by setting the `zoom` prop on `Mafs`. See the [Mafs docs](https://mafs.dev/guides/display/mafs) for more information. + ## 0.14.0 - `CartesianCoordinates` is now `Coordinates.Cartesian`. In addition to Cartesian coordinates, you diff --git a/package.json b/package.json index 89d6fa04..3d38d015 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mafs", - "version": "0.15.0-rc.0", + "version": "0.15.0", "license": "MIT", "author": "Steven Petryk (https://stevenpetryk.com)", "homepage": "https://mafs.dev",