Skip to content

Commit f161141

Browse files
SilanHehsilan
andauthored
chore: update version to 1.0.1 for sdk and 1.1.0 for testing sdk (#375)
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: hsilan <[email protected]>
1 parent 273ca36 commit f161141

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/aws-durable-execution-sdk-js-testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws/durable-execution-sdk-js-testing",
33
"description": "AWS Durable Execution Testing SDK for TypeScript",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -67,7 +67,7 @@
6767
"commander": "^14.0.2"
6868
},
6969
"peerDependencies": {
70-
"@aws/durable-execution-sdk-js": "*"
70+
"@aws/durable-execution-sdk-js": "^1.0.1"
7171
},
7272
"private": false
7373
}

packages/aws-durable-execution-sdk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@aws/durable-execution-sdk-js",
33
"description": "AWS Durable Execution Language SDK for TypeScript",
44
"license": "Apache-2.0",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"repository": {
77
"type": "git",
88
"url": "git+ssh://[email protected]/aws/aws-durable-execution-sdk-js.git",

0 commit comments

Comments
 (0)