Skip to content

Commit

Permalink
Version uplift
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Mallon committed Nov 29, 2019
1 parent 5e2cb62 commit 2521e3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# vue-visjs

## 2019-11-29, version 0.2.0

- Added: basic unit tests
- Fixed: unneccesary processing of some props

## 2019-11-26, version 0.1.0

Initial release. Built on base of [vue2vis](https://github.com/alexcode/vue2vis).
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": "vue-visjs",
"version": "0.1.1",
"version": "0.2.0",
"private": false,
"main": "./dist/vue-visjs.ssr.js",
"module": "./dist/vue-visjs.esm.js",
Expand Down

0 comments on commit 2521e3e

Please sign in to comment.