Skip to content

Commit

Permalink
Release 17.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Dec 7, 2024
1 parent e003dd9 commit 69f5e9d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@




## v17.3.1 (2024-12-07)

#### :bug: Bug Fix
* [#1716](https://github.com/RobbieTheWagner/ember-shepherd/pull/1716) Ensure `tourObject` is defined before using it ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :house: Internal
* [#1717](https://github.com/RobbieTheWagner/ember-shepherd/pull/1717) Run TypeScript blueprints ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### Committers: 1
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## v17.3.0 (2024-12-07)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-shepherd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-shepherd",
"version": "17.3.0",
"version": "17.3.1",
"description": "An Ember wrapper for the site tour library Shepherd.",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
},
"npm": false
},
"version": "17.3.0"
"version": "17.3.1"
}

0 comments on commit 69f5e9d

Please sign in to comment.