Skip to content

Commit 6158af0

Browse files
committed
Add CHANGELOG.md and up version to 0.0.16
1 parent da354d1 commit 6158af0

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
NA
9+
10+
## [0.0.16] - 2018-12-04
11+
### Added
12+
- Support Timeline without groups [#34](https://github.com/alexcode/vue2vis/pull/34).
13+
- Added CHANGELOG.md
14+
15+
### Fixed
16+
- Fix lint errors
17+
18+
### Changed
19+
- Update packages in both lib and examples
20+
21+
[Unreleased]: https://github.com/alexcode/vue2vis/compare/v0.0.16...HEAD
22+
[0.0.15]: https://github.com/alexcode/vue2vis/compare/v0.0.15...v0.0.16
23+
[0.0.14]: https://github.com/alexcode/vue2vis/compare/v0.0.13...v0.0.14
24+
[0.0.13]: https://github.com/alexcode/vue2vis/compare/v0.0.12...v0.0.13
25+
[0.0.12]: https://github.com/alexcode/vue2vis/compare/v0.0.11...v0.0.12
26+
[0.0.11]: https://github.com/alexcode/vue2vis/compare/v0.0.10...v0.0.11
27+
[0.0.10]: https://github.com/alexcode/vue2vis/compare/v0.0.9...v0.0.10
28+
[0.0.9]: https://github.com/alexcode/vue2vis/compare/v0.0.8...v0.0.9
29+
[0.0.8]: https://github.com/alexcode/vue2vis/compare/v0.0.7...v0.0.8
30+
[0.0.7]: https://github.com/alexcode/vue2vis/compare/v0.0.6...v0.0.7
31+
[0.0.6]: https://github.com/alexcode/vue2vis/compare/v0.0.5...v0.0.6
32+
[0.0.5]: https://github.com/alexcode/vue2vis/compare/v0.0.4...v0.0.5
33+
[0.0.4]: https://github.com/alexcode/vue2vis/compare/v0.0.3...v0.0.4

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.15",
3+
"version": "0.0.16",
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)