Skip to content

Commit 147792f

Browse files
committed
chore: consolidate changelog for 0.3.2
Squash 0.3.0, 0.3.1, 0.3.2 entries since only 0.3.2 was published to npm.
1 parent 8032652 commit 147792f

1 file changed

Lines changed: 8 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.3.2](https://github.com/workos/cli/compare/v0.3.1...v0.3.2) (2026-01-31)
8-
9-
10-
### Bug Fixes
11-
12-
* add repository URL for npm provenance publishing ([#33](https://github.com/workos/cli/issues/33)) ([e02d6d5](https://github.com/workos/cli/commit/e02d6d59c52be1a39308d6380eae625a4240705f))
13-
14-
## [0.3.1](https://github.com/workos/cli/compare/v0.3.0...v0.3.1) (2026-01-31)
15-
16-
17-
### Bug Fixes
18-
19-
* trigger npm publish when release-please creates a release ([#31](https://github.com/workos/cli/issues/31)) ([c68f990](https://github.com/workos/cli/commit/c68f99015009d100b27b4905150ec22de4af6776))
20-
21-
## [0.3.0](https://github.com/workos/cli/compare/v0.2.1...v0.3.0) (2026-01-31)
7+
## [0.3.2](https://github.com/workos/cli/compare/v0.2.1...v0.3.2) (2026-01-31)
228

239

2410
### ⚠ BREAKING CHANGES
2511

2612
* Environment variables, analytics keys, and CLI messages renamed.
13+
- `WIZARD_DEV``INSTALLER_DEV`
14+
- `WIZARD_DISABLE_PROXY``INSTALLER_DISABLE_PROXY`
15+
- `WORKOS_WIZARD_*``WORKOS_INSTALLER_*`
16+
- Analytics keys renamed from `wizard.*` to `installer.*`
17+
- CLI messages now reference "installer" instead of "wizard"
2718

2819
### Features
2920

@@ -35,31 +26,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3526

3627
### Bug Fixes
3728

29+
* add repository URL for npm provenance publishing ([#33](https://github.com/workos/cli/issues/33)) ([e02d6d5](https://github.com/workos/cli/commit/e02d6d59c52be1a39308d6380eae625a4240705f))
30+
* trigger npm publish when release-please creates a release ([#31](https://github.com/workos/cli/issues/31)) ([c68f990](https://github.com/workos/cli/commit/c68f99015009d100b27b4905150ec22de4af6776))
3831
* use v0.x.x tag format instead of workos-v0.x.x ([#30](https://github.com/workos/cli/issues/30)) ([67b21ba](https://github.com/workos/cli/commit/67b21ba4bb435335369492413a0af4bbd71db4ac))
3932

4033

4134
### Code Refactoring
4235

4336
* rename Wizard to Installer ([#26](https://github.com/workos/cli/issues/26)) ([fcef664](https://github.com/workos/cli/commit/fcef6648da50ed478f4d44885f85d1f75e721c54))
4437

45-
## [Unreleased]
46-
47-
### Breaking Changes
48-
49-
- **Renamed "Wizard" to "Installer"** throughout the codebase
50-
- Environment variables renamed:
51-
- `WIZARD_DEV``INSTALLER_DEV`
52-
- `WIZARD_DISABLE_PROXY``INSTALLER_DISABLE_PROXY`
53-
- `WORKOS_WIZARD_*``WORKOS_INSTALLER_*`
54-
- Analytics keys renamed from `wizard.*` to `installer.*`
55-
- CLI messages now reference "installer" instead of "wizard"
56-
- Plugin name changed to `workos-authkit-installer`
57-
58-
### Changed
59-
60-
- Internal type/interface renames (no user impact)
61-
- Internal function renames (no user impact)
62-
6338
## [0.2.1] - 2026-01-28
6439

6540
### Fixed

0 commit comments

Comments
 (0)