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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
### Fixes


## v0.2.0 (2026-02-18)

### Changes

- Update README.md to clarify SDK compatibility and improve usage instructions ([#110](https://github.com/microsoft/durabletask-js/pull/110))
- Update ESRP release configuration for durabletask-js and durabletask-js-azuremanaged ([#109](https://github.com/microsoft/durabletask-js/pull/109))
- Add autonomous issue triage agent for GitHub issues management ([#108](https://github.com/microsoft/durabletask-js/pull/108))
- Release v0.1.0-beta.1 ([#107](https://github.com/microsoft/durabletask-js/pull/107))

## v0.1.0-beta.1 (2026-02-10)

### Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/durabletask-js-azuremanaged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/durabletask-js-azuremanaged",
"version": "0.1.0-beta.1",
"version": "0.2.0",
"description": "Azure-managed Durable Task Scheduler support for the Durable Task JavaScript SDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"peerDependencies": {
"@grpc/grpc-js": "^1.8.14",
"@microsoft/durabletask-js": ">=0.1.0-beta.1"
"@microsoft/durabletask-js": ">=0.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/durabletask-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/durabletask-js",
"version": "0.1.0-beta.1",
"version": "0.2.0",
"description": "A Durable Task Javascript SDK compatible with Dapr Workflow and its underlying Durable Task engine",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Loading