Skip to content

Commit 53823be

Browse files
Release 8.0.0
1 parent c8ace46 commit 53823be

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v8.0.0 (2020-05-25)
2+
3+
#### :boom: Breaking Change
4+
* [#982](https://github.com/shipshapecode/shepherd/pull/982) Officially drop IE 11 and remove from browserslist ([@rwwagner90](https://github.com/rwwagner90))
5+
6+
#### :bug: Bug Fix
7+
* [#979](https://github.com/shipshapecode/shepherd/pull/979) Require attachTo.on to show arrow ([@rwwagner90](https://github.com/rwwagner90))
8+
9+
#### :memo: Documentation
10+
* [#967](https://github.com/shipshapecode/shepherd/pull/967) 📝 Add cookbook item for multi item highlighting ([@chuckcarpenter](https://github.com/chuckcarpenter))
11+
12+
#### :house: Internal
13+
* [#981](https://github.com/shipshapecode/shepherd/pull/981) Remove eslint from rollup, tweak tailwind ([@rwwagner90](https://github.com/rwwagner90))
14+
15+
#### Committers: 3
16+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
17+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
18+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
19+
120
# Changelog
221

322
## [v7.0.2](https://github.com/shipshapecode/shepherd/tree/v7.0.2) (2020-02-25)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shepherd.js",
3-
"version": "7.2.1",
3+
"version": "8.0.0",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

0 commit comments

Comments
 (0)