Skip to content

Commit

Permalink
release 0.1.0-alpha.2 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibocai authored Sep 16, 2024
1 parent f1c6d4c commit 3e34d6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.1.0-alpha.2

### New

- TLS connections support ([#40](https://github.com/microsoft/durabletask-js/pull/40))

### Fixes
- Fix a test case with a undefined result ([#42](https://github.com/microsoft/durabletask-js/pull/42))
- Check async generator ([#41](https://github.com/microsoft/durabletask-js/pull/41))

## v0.1.0-alpha.1

### New
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/durabletask-js",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "A Durable Task Javascript SDK compatible with Dapr Workflow and its underlying Durable Task engine",
"types": "./build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 3e34d6a

Please sign in to comment.