Skip to content

Commit 0ff4256

Browse files
authored
chore(main): release 1.20.0 (#185)
1 parent fba19b3 commit 0ff4256

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [1.20.0](https://github.com/PostHog/wizard/compare/v1.19.0...v1.20.0) (2025-12-02)
4+
5+
6+
### Features
7+
8+
* generalized agent runner and MCP error detection ([#176](https://github.com/PostHog/wizard/issues/176)) ([fba19b3](https://github.com/PostHog/wizard/commit/fba19b332001c1238bb405f1fc97a233e0e07df1))
9+
* use trusted publishing for the npm package ([#184](https://github.com/PostHog/wizard/issues/184)) ([8153876](https://github.com/PostHog/wizard/commit/8153876233c560a4b98a69090cb20fa94abe518c))
10+
11+
12+
### Bug Fixes
13+
14+
* correct repository URLs to use 'PostHog' ([#187](https://github.com/PostHog/wizard/issues/187)) ([dcf58fa](https://github.com/PostHog/wizard/commit/dcf58fa6d196453c8795e337c922b88978481cc8))
15+
* update Node version from 18 to 24 in publishing workflow ([#186](https://github.com/PostHog/wizard/issues/186)) ([93374dc](https://github.com/PostHog/wizard/commit/93374dc6a4834771ac5f5c3fbda5ada56054d28e))
16+
* update node-forge versions from transitive deps ([#188](https://github.com/PostHog/wizard/issues/188)) ([84365f6](https://github.com/PostHog/wizard/commit/84365f6b820ea8aa6683fdf149f1ab536c6d0fee))
17+
318
## [1.19.0](https://github.com/PostHog/wizard/compare/v1.18.0...v1.19.0) (2025-11-26)
419

520

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.19.0",
3+
"version": "1.20.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)