Skip to content

Commit 5c2d98a

Browse files
authored
Merge pull request #13 from GlobalHive/release-please--branches--master--components--vuejs-tour
chore(master): release 1.2.0
2 parents 2fb4df2 + ae49617 commit 5c2d98a

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/GlobalHive/vuejs-tour/compare/v1.1.0...v1.2.0) (2022-12-12)
4+
5+
6+
### Features
7+
8+
* **options:** Added onShow() option - resolves [#10](https://github.com/GlobalHive/vuejs-tour/issues/10) ([b2d88e8](https://github.com/GlobalHive/vuejs-tour/commit/b2d88e8ebe0dfad1fb7ec208b64dc6f107af1e61))
9+
10+
11+
### Bug Fixes
12+
13+
* **highlight:** Changed highlight border to outline to not take more space ([87b1cdf](https://github.com/GlobalHive/vuejs-tour/commit/87b1cdf07d9dad9d3a30fbb4cfd1ee3685f35648))
14+
* **steps:** Fixed steps breaking when targets aren't found - fixes [#9](https://github.com/GlobalHive/vuejs-tour/issues/9) ([9c3d9f8](https://github.com/GlobalHive/vuejs-tour/commit/9c3d9f876ece96890addc9d0c219ebc1b4cc1b8b))
15+
316
## [1.1.0](https://github.com/GlobalHive/vuejs-tour/compare/v1.0.5...v1.1.0) (2022-12-10)
417

518

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.1.0",
3+
"version": "1.2.0",
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)