From e6e73ee500bbb6174e848deb3d96723b852a7cf5 Mon Sep 17 00:00:00 2001 From: CaryLandholt Date: Mon, 9 Jun 2014 08:33:57 -0500 Subject: [PATCH] chore(tag): v0.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..10a8653 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +## 0.2.0 (2014-06-09) + + +#### Bug Fixes + +* **bridge:** add bridge between JavaScript and CoffeeScript ([08e915a3](CaryLandholt/fatarrow-ascii-art/commit/08e915a340af2284ba1cc76337a16ee622ab3b11)) + + +#### Features + +* **changlog:** add changelog ([b0c900f2](CaryLandholt/fatarrow-ascii-art/commit/b0c900f2d9bea1ba38ae63cca4a0bc2e86891eeb)) + diff --git a/package.json b/package.json index 664331d..f0e965f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fatarrow-ascii-art", - "version": "0.1.1", + "version": "0.2.0", "description": "ASCII art of the fatarrow log", "author": { "name": "Cary Landholt",