Skip to content

Commit 69f5e9d

Browse files
Release 17.3.1
1 parent e003dd9 commit 69f5e9d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88

99

1010

11+
12+
## v17.3.1 (2024-12-07)
13+
14+
#### :bug: Bug Fix
15+
* [#1716](https://github.com/RobbieTheWagner/ember-shepherd/pull/1716) Ensure `tourObject` is defined before using it ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
16+
17+
#### :house: Internal
18+
* [#1717](https://github.com/RobbieTheWagner/ember-shepherd/pull/1717) Run TypeScript blueprints ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
19+
20+
#### Committers: 1
21+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
22+
1123
## v17.3.0 (2024-12-07)
1224

1325
#### :rocket: Enhancement

ember-shepherd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-shepherd",
3-
"version": "17.3.0",
3+
"version": "17.3.1",
44
"description": "An Ember wrapper for the site tour library Shepherd.",
55
"keywords": [
66
"ember-addon"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
},
5656
"npm": false
5757
},
58-
"version": "17.3.0"
58+
"version": "17.3.1"
5959
}

0 commit comments

Comments
 (0)