Skip to content

Commit a9dc41e

Browse files
chore(master): release 1.1.0
1 parent 44a05bd commit a9dc41e

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/GlobalHive/vuejs-tour/compare/v1.0.5...v1.1.0) (2022-12-10)
4+
5+
6+
### Features
7+
8+
* **docs:** Included tour example ([7796e69](https://github.com/GlobalHive/vuejs-tour/commit/7796e6968aa19bb02b07fd50741d5f34a4f23ebd))
9+
* **jumpjs:** Added jump.js for smooth scrolling ([8001f5c](https://github.com/GlobalHive/vuejs-tour/commit/8001f5c59fd0d4969fa41808007bf9467cd6e986))
10+
11+
12+
### Bug Fixes
13+
14+
* **component:** Button cursor not pointer ([3aea1f3](https://github.com/GlobalHive/vuejs-tour/commit/3aea1f3e5eada4ec07cfe56ed19d45e583d90aa0))
15+
* **component:** Page not scrolling to top after tour ([f47ad5b](https://github.com/GlobalHive/vuejs-tour/commit/f47ad5b84265c9cfa9ee81af3a2d8a6d958779fd))
16+
* **component:** Removing highlight ([d35877b](https://github.com/GlobalHive/vuejs-tour/commit/d35877bb00703c45566ad85113791643086a1883))
17+
* **component:** Target highlighted even without highlight prop ([bcfd70a](https://github.com/GlobalHive/vuejs-tour/commit/bcfd70a46d9e9a10f43ce7be279b81cd88d686aa))
18+
319
## [1.0.5](https://github.com/GlobalHive/vuejs-tour/compare/v1.0.4...v1.0.5) (2022-12-10)
420

521

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