File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.0-alpha.6 "
2
+ "." : " 0.1.0-alpha.7 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.7 (2025-08-07)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.6...v0.1.0-alpha.7] ( https://github.com/zeroentropy-ai/zeroentropy-node/compare/v0.1.0-alpha.6...v0.1.0-alpha.7 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** move publish config ([ 0819835] ( https://github.com/zeroentropy-ai/zeroentropy-node/commit/0819835ac68f52cc71834e770bab910f9db38eb8 ) )
10
+ * ** internal:** remove redundant imports config ([ 8044b42] ( https://github.com/zeroentropy-ai/zeroentropy-node/commit/8044b42a7e1860b59633b1c1eea41aecd0761f1a ) )
11
+ * make some internal functions async ([ 9722ec8] ( https://github.com/zeroentropy-ai/zeroentropy-node/commit/9722ec887e08667e0c2ffabe3b0e6e5390187da2 ) )
12
+
3
13
## 0.1.0-alpha.6 (2025-07-08)
4
14
5
15
Full Changelog: [ v0.1.0-alpha.5...v0.1.0-alpha.6] ( https://github.com/zeroentropy-ai/zeroentropy-node/compare/v0.1.0-alpha.5...v0.1.0-alpha.6 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zeroentropy" ,
3
- "version" : " 0.1.0-alpha.6 " ,
3
+ "version" : " 0.1.0-alpha.7 " ,
4
4
"description" : " The official TypeScript library for the ZeroEntropy API" ,
5
5
"author" :
" ZeroEntropy <[email protected] >" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '0.1.0-alpha.6 ' ; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.7 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments