Skip to content

Commit efef2b7

Browse files
chore(release): 1.0.1-beta.1 [skip ci]
## [1.0.1-beta.1](v1.0.0...v1.0.1-beta.1) (2025-12-03) ### Bug Fixes * **deps:** Update package-lock.json ([6c6fe6b](6c6fe6b)) * Move TLS version tagging to after connection establishment and add error handling ([cc6e4f0](cc6e4f0))
1 parent 6c6fe6b commit efef2b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1919
<RepositoryType>git</RepositoryType>
2020
<RepositoryBranch>main</RepositoryBranch>
21-
<RepositoryCommit>c55361b3e4121b19ad6dc54027aa59484b189cc4</RepositoryCommit>
22-
<Version>1.0.0</Version>
21+
<RepositoryCommit>6c6fe6bde02479a1dbb11bf0519861d255db3844</RepositoryCommit>
22+
<Version>1.0.1-beta.1</Version>
2323
</PropertyGroup>
2424

2525
</Project>

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
@@ -66,5 +66,5 @@
6666
}
6767
]
6868
},
69-
"version": "1.0.0"
69+
"version": "1.0.1-beta.1"
7070
}

0 commit comments

Comments
 (0)