Skip to content

Commit 5186371

Browse files
committed
Version increased to 0.0.3; changelog updated
1 parent d25d122 commit 5186371

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
NA
9-
9+
10+
## [0.0.3] - 2019-09-04
11+
### Added
12+
- Added an example of use rewritten from scratch
13+
14+
### Removed
15+
- Removed old complicated example
16+
1017
## [0.0.2] - 2019-09-04
1118
### Changed
1219
- Dependency updated vis-network up to 5.3.1

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-vis-network",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Vue2 component to integrate with vis-network",
55
"jsnext": "dist/vue-vis-network.js",
66
"main": "dist/vue-vis-network.min.js",

0 commit comments

Comments
 (0)