Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2018-10-20)

### Features

* add basic tool as an example ([24503a4](24503a4))
* add very simple demo as a smoketest for the build ([fa714f2](fa714f2))
* convert core to js and remove the rest ([0baa450](0baa450))
  • Loading branch information
semantic-release-bot committed Oct 20, 2018
1 parent 061b046 commit 451e2b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 1.0.0 (2018-10-20)


### Features

* add basic tool as an example ([24503a4](https://github.com/literallycanvas/literallycanvas-core/commit/24503a4))
* add very simple demo as a smoketest for the build ([fa714f2](https://github.com/literallycanvas/literallycanvas-core/commit/fa714f2))
* convert core to js and remove the rest ([0baa450](https://github.com/literallycanvas/literallycanvas-core/commit/0baa450))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "literallycanvas-core",
"version": "0.6.0",
"version": "1.0.0",
"description": "HTML5 drawing widget - core lib",
"main": "dist/bundle.js",
"files": [
Expand Down

0 comments on commit 451e2b9

Please sign in to comment.