Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.11.0"
".": "0.12.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.12.0](https://github.com/workos/emulate/compare/v0.11.0...v0.12.0) (2026-09-03)


### Features

* **auth:** add opt-in password step to interactive login ([#99](https://github.com/workos/emulate/issues/99)) ([993f7f1](https://github.com/workos/emulate/commit/993f7f15d3fd00429dce76b6e833aa8a26fde2db))
* **authorization:** align roles and permissions with the spec (PATCH, 409 conflicts, resource_type_slug) ([#97](https://github.com/workos/emulate/issues/97)) ([1d1c84c](https://github.com/workos/emulate/commit/1d1c84c21c0e812850d5070f1c55c9bfdb450e6d))
* **feature-flags:** align with production contract, add seeding and SDK polling ([#96](https://github.com/workos/emulate/issues/96)) ([ae19616](https://github.com/workos/emulate/commit/ae19616c1919dcfb5311fb2c8db85493079c7151))
* **widgets:** implement /_widgets/ApiKeys for the ApiKeys widget ([#101](https://github.com/workos/emulate/issues/101)) ([5cd33ae](https://github.com/workos/emulate/commit/5cd33ae26a42a07cb3ccaca8e06e5d4fd8ace31f))


### Bug Fixes

* **connect:** resolve applications by client ID ([#92](https://github.com/workos/emulate/issues/92)) ([b4afb88](https://github.com/workos/emulate/commit/b4afb889a8efffd4cf6d85de00d0ff077e073e13))
* emit spec-shaped password_reset_token and password_reset_url ([#100](https://github.com/workos/emulate/issues/100)) ([5e362ee](https://github.com/workos/emulate/commit/5e362eecfa5ecfc22b67dab9617e2156e2f102ca))

## [0.11.0](https://github.com/workos/emulate/compare/v0.10.0...v0.11.0) (2026-08-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workos/emulate",
"version": "0.11.0",
"version": "0.12.0",
"type": "module",
"description": "Local WorkOS API emulator for tests and development",
"repository": {
Expand Down