Skip to content

Commit 52fe12f

Browse files
committed
2.0.0
1 parent 8c5263b commit 52fe12f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [UNRELEASED]
7+
## [2.0.0] - 2021-06-08
88
### Changed
99
- Now supports only Vue3 version. Please use the lower versions of the package
1010
for Vue2 applications.
@@ -63,6 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6363
- README.md
6464
- LICENSE
6565

66+
[UNRELEASED]: https://github.com/invisiburu/vue-picker/compare/v2.0.0...HEAD
67+
[2.0.0]: https://github.com/invisiburu/vue-picker/compare/v1.1.2...v2.0.0
6668
[1.1.2]: https://github.com/invisiburu/vue-picker/compare/v1.1.1...v1.1.2
6769
[1.1.1]: https://github.com/invisiburu/vue-picker/compare/v1.1.0...v1.1.1
6870
[1.1.0]: https://github.com/invisiburu/vue-picker/compare/v1.0.2...v1.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@invisiburu/vue-picker",
3-
"version": "1.1.2",
3+
"version": "2.0.0",
44
"private": false,
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)