Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… 27, 2019, 6:57 PM [skip ci]

v1.3.0
eb1e754
# [1.3.0](v1.2.0...v1.3.0) (2019-04-27)

### Features

* **canvas:** paint and erase tools, adds a bit of line width to the paint tool ([37c5f01](37c5f01))
* **icons:** erase and paint icons ([c5c24dd](c5c24dd))
* **loader:** add a loader/spinner from https://loading.io/css/ ([bfeac21](bfeac21))
* **splash:** update the prompt ([42547cd](42547cd))
* **workspace:** add save/fetch state and spinners to the workspace ([ae9e699](ae9e699))
  • Loading branch information
semantic-release-bot committed Apr 27, 2019
1 parent eb1e754 commit a369afd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.3.0](https://github.com/mysterycommand/blockpaint/compare/v1.2.0...v1.3.0) (2019-04-27)


### Features

* **canvas:** paint and erase tools, adds a bit of line width to the paint tool ([37c5f01](https://github.com/mysterycommand/blockpaint/commit/37c5f01))
* **icons:** erase and paint icons ([c5c24dd](https://github.com/mysterycommand/blockpaint/commit/c5c24dd))
* **loader:** add a loader/spinner from https://loading.io/css/ ([bfeac21](https://github.com/mysterycommand/blockpaint/commit/bfeac21))
* **splash:** update the prompt ([42547cd](https://github.com/mysterycommand/blockpaint/commit/42547cd))
* **workspace:** add save/fetch state and spinners to the workspace ([ae9e699](https://github.com/mysterycommand/blockpaint/commit/ae9e699))

# [1.2.0](https://github.com/mysterycommand/blockpaint/compare/v1.1.2...v1.2.0) (2019-04-26)


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": "blockpaint",
"version": "1.2.0",
"version": "1.3.0",
"description": "A MacPaint™-like Dapp for the Blockstack ecosystem",
"repository": "[email protected]:mysterycommand/blockpaint.git",
"homepage": "https://mysterycommand.github.io/blockpaint",
Expand Down

0 comments on commit a369afd

Please sign in to comment.