From 9b752e27c1aa2afc53b1bee54163f1a504d41b77 Mon Sep 17 00:00:00 2001 From: Steven Petryk Date: Sat, 21 Jan 2023 19:43:18 -0800 Subject: [PATCH] v0.14.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9da30527..f5b8ace6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.14.0 + +- `CartesianCoordinates` is now `Coordinates.Cartesian`. In addition to Cartesian coordinates, you + can now also use `Coordinates.Polar` to display polar coordinates. See the [Coordinates docs](https://mafs.dev/guides/display/coordinates) for more information. + ## 0.13.1 - Fixes an issue ([#95](https://github.com/stevenpetryk/mafs/issues/95)) where arrow markers in `Vector` were transformed incorrectly and looked comically large. diff --git a/package.json b/package.json index 2e2b9cfd..3578a039 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mafs", - "version": "0.14.0-rc.0", + "version": "0.14.0", "license": "MIT", "author": "Steven Petryk (https://stevenpetryk.com)", "homepage": "https://mafs.dev",