Skip to content

Commit cec1a15

Browse files
Release 2.0.0
1 parent ec62f24 commit cec1a15

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
3+
## v2.0.0 (2022-10-23)
4+
5+
#### :boom: Breaking Change
6+
* [#99](https://github.com/shipshapecode/vue-shepherd/pull/99) Vue 3 Support ([@fech-dev](https://github.com/fech-dev))
7+
8+
#### Committers: 1
9+
- Federico Mameli ([@fech-dev](https://github.com/fech-dev))
10+
211
## v0.3.0 (2022-06-20)
312

413
#### :boom: Breaking Change

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-shepherd",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "A Vue wrapper for the site tour library Shepherd.",
55
"author": {
66
"name": "Robert Wagner",
@@ -102,4 +102,4 @@
102102
"node": "16.17.1",
103103
"yarn": "1.22.10"
104104
}
105-
}
105+
}

0 commit comments

Comments
 (0)