From 8f6deab7ed1a1ea271c907807c5d3d7bd929b331 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Jan 2019 05:45:00 +0000 Subject: [PATCH] [1.14.0](https://github.com/fartts/superfluity/tree/1.14.0)- Jan 11, 2019, 5:45 AM [skip ci] v1.14.0 1d49fbe1c5d2d6cb94633db88b2cd84048bc0137 # [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)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7608cafd..1b3db558 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index bcb55f91..e88c446b 100644 --- a/package.json +++ b/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 ",