Skip to content

Commit 76a593e

Browse files
committed
release v0.1.0-alpha.1
1 parent bb60e4e commit 76a593e

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.1.0-alpha.1
2+
3+
### New
4+
5+
- First release that support all basic orchestration patterns.
6+
- Add CHANGELOG.md file to track changes across versions

package-lock.json

Lines changed: 2 additions & 2 deletions
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.0.1-beta.1",
3+
"version": "0.1.0-alpha.1",
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)