Skip to content

Commit 0f7602b

Browse files
authored
Merge pull request #29 from GlobalHive/release-please--branches--master--components--vuejs-tour
chore(master): release 1.3.6
2 parents d09245e + 5edc405 commit 0f7602b

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.3.6](https://github.com/GlobalHive/vuejs-tour/compare/v1.3.5...v1.3.6) (2023-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **component:** Skip text is hardcoded, should be read from component's props ([c7152a5](https://github.com/GlobalHive/vuejs-tour/commit/c7152a5beb8c03df16cd932def561ade4446ade9))
9+
* **docs:** Document incorrect about buttonLabel property which should be buttonLabels instead [#27](https://github.com/GlobalHive/vuejs-tour/issues/27) ([a30f9dc](https://github.com/GlobalHive/vuejs-tour/commit/a30f9dc0d1e9330c97038c7a1c3a4baa02378d80))
10+
311
## [1.3.5](https://github.com/GlobalHive/vuejs-tour/compare/v1.3.4...v1.3.5) (2023-04-19)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@globalhive/vuejs-tour",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "VueJS Tour is a lightweight, simple and customizable tour plugin. It provides a quick and easy way to guide your users through your application.",
55
"author": "Global Hive <support@globalhive.de>",
66
"private": false,

0 commit comments

Comments
 (0)