Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…2019, 5:45 AM [skip ci]

v1.14.0
1d49fbe
# [1.14.0](v1.13.0...v1.14.0) (2019-01-11)

### Features

* **lab/09:** a handle, and pointer (mouse and touch) event handling ([038fe44](038fe44))
* **lab/09:** a rectangle ([2ad6ca4](2ad6ca4))
* **lab/09:** a simple resize/draw loop ([d054651](d054651))
* **lab/09:** a stub of an experiment in creating bezier waveforms ([8fb95f5](8fb95f5))
* **lab/09:** adds shadow handles, and a shadow curve ([e9664da](e9664da))
* **lab/09:** it's a bezier curve toy ([f579d26](f579d26))
* **lab/09:** multiple handles ([188211a](188211a))
  • Loading branch information
semantic-release-bot committed Jan 11, 2019
1 parent 1d49fbe commit 8f6deab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
# [1.14.0](https://github.com/fartts/fartts/compare/v1.13.0...v1.14.0) (2019-01-11)


### Features

* **lab/09:** a handle, and pointer (mouse and touch) event handling ([038fe44](https://github.com/fartts/fartts/commit/038fe44))
* **lab/09:** a rectangle ([2ad6ca4](https://github.com/fartts/fartts/commit/2ad6ca4))
* **lab/09:** a simple resize/draw loop ([d054651](https://github.com/fartts/fartts/commit/d054651))
* **lab/09:** a stub of an experiment in creating bezier waveforms ([8fb95f5](https://github.com/fartts/fartts/commit/8fb95f5))
* **lab/09:** adds shadow handles, and a shadow curve ([e9664da](https://github.com/fartts/fartts/commit/e9664da))
* **lab/09:** it's a bezier curve toy ([f579d26](https://github.com/fartts/fartts/commit/f579d26))
* **lab/09:** multiple handles ([188211a](https://github.com/fartts/fartts/commit/188211a))

# [1.13.0](https://github.com/fartts/fartts/compare/v1.12.0...v1.13.0) (2018-12-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@fartts/fartts",
"version": "1.13.0",
"version": "1.14.0",
"description": "𝑓(unctional)Art(-making).ᴛ(ype)ꜱ(cript) - an experiment by [Matt Hayes](https://github.com/mysterycommand)",
"repository": "https://github.com/fartts/fartts.git",
"author": "Matt Hayes <matt@mysterycommand.com>",
Expand Down

0 comments on commit 8f6deab

Please sign in to comment.