Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Jan 22, 2023
1 parent 79511af commit 9b752e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 9b752e2

@vercel
Copy link

@vercel vercel bot commented on 9b752e2 Jan 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.