Skip to content

Commit 57a13c2

Browse files
committed
2.0.2
1 parent 26c1422 commit 57a13c2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [2.0.2] - 2021-06-09
8+
### Fixed
9+
- NPM audit issues
10+
711
## [2.0.1] - 2021-06-09
812
### Fixed
913
- UNPKG version example
@@ -67,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6771
- README.md
6872
- LICENSE
6973

70-
[UNRELEASED]: https://github.com/invisiburu/vue-picker/compare/v2.0.1...HEAD
74+
[UNRELEASED]: https://github.com/invisiburu/vue-picker/compare/v2.0.2...HEAD
75+
[2.0.2]: https://github.com/invisiburu/vue-picker/compare/v2.0.1...v2.0.2
7176
[2.0.1]: https://github.com/invisiburu/vue-picker/compare/v2.0.0...v2.0.1
7277
[2.0.0]: https://github.com/invisiburu/vue-picker/compare/v1.1.2...v2.0.0
7378
[1.1.2]: https://github.com/invisiburu/vue-picker/compare/v1.1.1...v1.1.2

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": "2.0.1",
3+
"version": "2.0.2",
44
"private": false,
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)