Skip to content

Commit fd04c2a

Browse files
committed
Update version and changelog
1 parent 1ccd75e commit fd04c2a

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,42 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
9+
810
NA
911

12+
## [0.0.17] - 2018-12-04
13+
14+
### Fixed
15+
16+
- Groups does not display if originally empty [#54](https://github.com/alexcode/vue2vis/issues/54).
17+
18+
### Changed
19+
20+
- Cleanup examples directory
21+
- Update dependencies with vue-cli
22+
1023
## [0.0.16] - 2018-12-04
24+
1125
### Added
26+
1227
- Support Timeline without groups [#34](https://github.com/alexcode/vue2vis/pull/34).
1328
- Added CHANGELOG.md
1429

1530
### Fixed
31+
1632
- Fix lint errors
1733

1834
### Changed
35+
1936
- Update packages in both lib and examples
2037

21-
[Unreleased]: https://github.com/alexcode/vue2vis/compare/v0.0.16...HEAD
38+
[unreleased]: https://github.com/alexcode/vue2vis/compare/v0.0.17...HEAD
39+
[0.0.15]: https://github.com/alexcode/vue2vis/compare/v0.0.16...v0.0.17
2240
[0.0.15]: https://github.com/alexcode/vue2vis/compare/v0.0.15...v0.0.16
2341
[0.0.14]: https://github.com/alexcode/vue2vis/compare/v0.0.13...v0.0.14
2442
[0.0.13]: https://github.com/alexcode/vue2vis/compare/v0.0.12...v0.0.13

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue2vis",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Vue2 component that helps with Visjs interaction",
55
"jsnext": "dist/vue2vis.js",
66
"main": "dist/vue2vis.min.js",

0 commit comments

Comments
 (0)