Skip to content

Commit

Permalink
release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
runemadsen committed Sep 13, 2015
1 parent 917c034 commit 4c2a454
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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": "rune.js",
"version" : "0.1.2",
"version" : "0.1.3",
"description": "A JavaScript library for programming graphic design systems with SVG",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c2a454

Please sign in to comment.