Skip to content

Commit 7cb4169

Browse files
release: 0.1.0-alpha.2
1 parent 113b9a4 commit 7cb4169

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.1"
2+
".": "0.1.0-alpha.2"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.1.0-alpha.2 (2025-01-18)
4+
5+
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/ZeroEntropy-AI/zeroentropy-node/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([#5](https://github.com/ZeroEntropy-AI/zeroentropy-node/issues/5)) ([4cbe77d](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/4cbe77d77029907ed8e7cae27eaf02d85bad91a3))
10+
* **api:** update via SDK Studio ([#7](https://github.com/ZeroEntropy-AI/zeroentropy-node/issues/7)) ([8c2a250](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/8c2a250f8284daae8ec2b43b347f5b85d12c9507))
11+
* **api:** update via SDK Studio ([#8](https://github.com/ZeroEntropy-AI/zeroentropy-node/issues/8)) ([5b114e6](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/5b114e64b6a7e7367af7ff68e5a7326720933da1))
12+
* **api:** update via SDK Studio ([#9](https://github.com/ZeroEntropy-AI/zeroentropy-node/issues/9)) ([113b9a4](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/113b9a4778439d91c0031240d051ff18fc489a5a))
13+
14+
15+
### Documentation
16+
17+
* remove stainless citation ([154c402](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/154c402c11bb09b38bb27ae3df9e5d0e78d06cd0))
18+
319
## 0.1.0-alpha.1 (2025-01-18)
420

521
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/ZeroEntropy-AI/zeroentropy-node/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeroentropy",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
44
"description": "The official TypeScript library for the Zeroentropy API",
55
"author": "Zeroentropy <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.0-alpha.1'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.2'; // x-release-please-version

0 commit comments

Comments
 (0)