Skip to content

Commit

Permalink
v0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi committed Dec 12, 2021
1 parent f525927 commit 93b276f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.9.14](https://github.com/gosling-lang/gosling.js/compare/v0.9.13...v0.9.14) (2021-12-12)


### Bug Fixes

* correct bezier curve condition for if statement ([f525927](https://github.com/gosling-lang/gosling.js/commit/f525927869b65ef33032a85b2b95a97bf95ff858))
* fix circular brush hiccup upon dragging ([#607](https://github.com/gosling-lang/gosling.js/issues/607)) ([50d7ee4](https://github.com/gosling-lang/gosling.js/commit/50d7ee4c33f34e26450e0a7fe66f2ae8aebc66c4))



## [0.9.13](https://github.com/gosling-lang/gosling.js/compare/v0.9.12...v0.9.13) (2021-12-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gosling.js",
"author": "Sehi L'Yi",
"version": "0.9.13",
"version": "0.9.14",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 93b276f

Please sign in to comment.