Skip to content

Commit 205fc7a

Browse files
authored
chore(main): release 1.11.0 (#124)
1 parent 34e2790 commit 205fc7a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.11.0](https://github.com/PostHog/wizard/compare/v1.10.1...v1.11.0) (2025-08-21)
4+
5+
6+
### Features
7+
8+
* add support for claude code as an MCP client ([#122](https://github.com/PostHog/wizard/issues/122)) ([0419a7d](https://github.com/PostHog/wizard/commit/0419a7d35d8993cf17c37a05fa831f44497c4609))
9+
* beautify mcp cli and add client selection ([#123](https://github.com/PostHog/wizard/issues/123)) ([f6a7e03](https://github.com/PostHog/wizard/commit/f6a7e03e9eb328691a880add97439821fdd49bf1))
10+
11+
12+
### Bug Fixes
13+
14+
* use /sse for cursor ([#121](https://github.com/PostHog/wizard/issues/121)) ([1b942a4](https://github.com/PostHog/wizard/commit/1b942a499e66d461b3da7e14fa53c9a5db9ee4e5))
15+
* vercel env var provider lower case error ([#125](https://github.com/PostHog/wizard/issues/125)) ([34e2790](https://github.com/PostHog/wizard/commit/34e27907a5608b827554554b63ca5e9ea2a434fb))
16+
317
## [1.10.1](https://github.com/PostHog/wizard/compare/v1.10.0...v1.10.1) (2025-08-19)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/wizard",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"homepage": "https://github.com/posthog/wizard",
55
"repository": "https://github.com/posthog/wizard",
66
"description": "The PostHog wizard helps you to configure your project",

0 commit comments

Comments
 (0)