Skip to content

Commit

Permalink
Release 12.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Mar 19, 2024
1 parent a2b16ec commit 3412f6b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@




## v12.0.0-alpha.4 (2024-03-19)

#### :bug: Bug Fix
* [#2640](https://github.com/shepherd-pro/shepherd/pull/2640) 🐛 Fix issue with full steps being circular dependency ([@chuckcarpenter](https://github.com/chuckcarpenter))

#### :memo: Documentation
* [#2613](https://github.com/shepherd-pro/shepherd/pull/2613) Add TS support for JSDoc ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

#### :house: Internal
* [#2642](https://github.com/shepherd-pro/shepherd/pull/2642) Bump astro from 4.4.15 to 4.5.6 ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 2
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))

## v12.0.0-alpha.3 (2024-03-12)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shepherd-monorepo",
"private": "true",
"version": "12.0.0-alpha.3",
"version": "12.0.0-alpha.4",
"description": "The monorepo for Shepherd",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion shepherd.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shepherd.js",
"version": "12.0.0-alpha.3",
"version": "12.0.0-alpha.4",
"description": "Guide your users through a tour of your app.",
"keywords": [
"site tour",
Expand Down

0 comments on commit 3412f6b

Please sign in to comment.