Skip to content

Commit 25076a9

Browse files
Release 12.0.0-alpha.9
1 parent 79273d4 commit 25076a9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

99

1010

11+
12+
## v12.0.0-alpha.9 (2024-04-01)
13+
14+
#### :rocket: Enhancement
15+
* [#2669](https://github.com/shepherd-pro/shepherd/pull/2669) Ship both cjs and esm ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
16+
17+
#### :memo: Documentation
18+
* [#2668](https://github.com/shepherd-pro/shepherd/pull/2668) ✨ Add dynamic button with stars count from github ([@chuckcarpenter](https://github.com/chuckcarpenter))
19+
20+
#### Committers: 2
21+
- Chuck Carpenter ([@chuckcarpenter](https://github.com/chuckcarpenter))
22+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
23+
1124
## v12.0.0-alpha.8 (2024-03-29)
1225

1326
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shepherd-monorepo",
33
"private": "true",
4-
"version": "12.0.0-alpha.8",
4+
"version": "12.0.0-alpha.9",
55
"description": "The monorepo for Shepherd",
66
"repository": {
77
"type": "git",

shepherd.js/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": "12.0.0-alpha.8",
3+
"version": "12.0.0-alpha.9",
44
"description": "Guide your users through a tour of your app.",
55
"keywords": [
66
"site tour",

0 commit comments

Comments
 (0)