Skip to content

Commit 3e34d6a

Browse files
authored
release 0.1.0-alpha.2 (microsoft#62)
1 parent f1c6d4c commit 3e34d6a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.1.0-alpha.2
2+
3+
### New
4+
5+
- TLS connections support ([#40](https://github.com/microsoft/durabletask-js/pull/40))
6+
7+
### Fixes
8+
- Fix a test case with a undefined result ([#42](https://github.com/microsoft/durabletask-js/pull/42))
9+
- Check async generator ([#41](https://github.com/microsoft/durabletask-js/pull/41))
10+
111
## v0.1.0-alpha.1
212

313
### New

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/durabletask-js",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
44
"description": "A Durable Task Javascript SDK compatible with Dapr Workflow and its underlying Durable Task engine",
55
"types": "./build/index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)