Skip to content

Commit 76dfcfc

Browse files
authored
chore(main): release 1.19.0 (#183)
1 parent a0b84be commit 76dfcfc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.19.0](https://github.com/PostHog/wizard/compare/v1.18.0...v1.19.0) (2025-11-26)
4+
5+
6+
### Features
7+
8+
* Migrate to pnpm 10 ([#181](https://github.com/PostHog/wizard/issues/181)) ([e5b2112](https://github.com/PostHog/wizard/commit/e5b21121ddd0aef8d264cf2c646909d5dffca0c4))
9+
10+
11+
### Bug Fixes
12+
13+
* use dynamic import to fix ESM/CJS startup ([#182](https://github.com/PostHog/wizard/issues/182)) ([a0b84be](https://github.com/PostHog/wizard/commit/a0b84be50755d65d07aadb02e2f85d01dc15c949))
14+
315
## [1.18.0](https://github.com/PostHog/wizard/compare/v1.17.0...v1.18.0) (2025-11-20)
416

517

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