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

Commit 451e2b9

Browse files
chore(release): 1.0.0 [skip ci]
# 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))
1 parent 061b046 commit 451e2b9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 1.0.0 (2018-10-20)
2+
3+
4+
### Features
5+
6+
* add basic tool as an example ([24503a4](https://github.com/literallycanvas/literallycanvas-core/commit/24503a4))
7+
* add very simple demo as a smoketest for the build ([fa714f2](https://github.com/literallycanvas/literallycanvas-core/commit/fa714f2))
8+
* convert core to js and remove the rest ([0baa450](https://github.com/literallycanvas/literallycanvas-core/commit/0baa450))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "literallycanvas-core",
3-
"version": "0.6.0",
3+
"version": "1.0.0",
44
"description": "HTML5 drawing widget - core lib",
55
"main": "dist/bundle.js",
66
"files": [

0 commit comments

Comments
 (0)