diff --git a/CHANGELOG.md b/CHANGELOG.md index 5337ccd..91bb6a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.3 + +- Adding `Rune.Triangle` and `r.triangle()` +- Fixing some math in the `Rune.Polygon` `bounds()` function +- Bounds and `bounds()` and `centroid` now return a `Rune.Vector` that hasn't the shape positions added. They now return internal representations. + ## 0.1.2 - Rerelease because I don't understand how GitHub releases work. diff --git a/package.json b/package.json index 0b099bf..8b6667c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rune.js", - "version" : "0.1.2", + "version" : "0.1.3", "description": "A JavaScript library for programming graphic design systems with SVG", "repository": { "type": "git",