Skip to content

Commit 1a44afe

Browse files
Release 0.2.1
1 parent 63f208d commit 1a44afe

6 files changed

+11
-9
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.2.1 (2020-06-22)
2+
13
## v0.2.0 (2020-06-22)
24

35
#### :boom: Breaking Change

dist/vue-shepherd.common.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-shepherd v0.2.0
2+
* vue-shepherd v0.2.1
33
* (c) 2020 Robert Wagner
44
* Released under the MIT License.
55
*/
@@ -48,7 +48,7 @@ function _construct(Parent, args, Class) {
4848
return _construct.apply(null, arguments);
4949
}
5050

51-
var version = '0.2.0';
51+
var version = '0.2.1';
5252

5353
var install = function install(Vue) {
5454
Vue.prototype.$shepherd = function () {

dist/vue-shepherd.esm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-shepherd v0.2.0
2+
* vue-shepherd v0.2.1
33
* (c) 2020 Robert Wagner
44
* Released under the MIT License.
55
*/
@@ -44,7 +44,7 @@ function _construct(Parent, args, Class) {
4444
return _construct.apply(null, arguments);
4545
}
4646

47-
var version = '0.2.0';
47+
var version = '0.2.1';
4848

4949
var install = function install(Vue) {
5050
Vue.prototype.$shepherd = function () {

dist/vue-shepherd.umd.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-shepherd v0.2.0
2+
* vue-shepherd v0.2.1
33
* (c) 2020 Robert Wagner
44
* Released under the MIT License.
55
*/
@@ -50,7 +50,7 @@
5050
return _construct.apply(null, arguments);
5151
}
5252

53-
var version = '0.2.0';
53+
var version = '0.2.1';
5454

5555
var install = function install(Vue) {
5656
Vue.prototype.$shepherd = function () {

dist/vue-shepherd.umd.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-shepherd",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A Vue wrapper for the site tour library Shepherd.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)