Skip to content

Commit 9a97d10

Browse files
release: 0.1.0-alpha.2
1 parent f104a26 commit 9a97d10

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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 ([#10](https://github.com/ZeroEntropy-AI/zeroentropy-node/issues/10)) ([d599038](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/d599038d57c2ead625286aff71f945ddc1c3cfc0))
10+
* **api:** update via SDK Studio ([#11](https://github.com/ZeroEntropy-AI/zeroentropy-node/issues/11)) ([3eb5960](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/3eb59606d1c17fc5b8a0b461ffa95c4090f9498f))
11+
* **api:** update via SDK Studio ([#12](https://github.com/ZeroEntropy-AI/zeroentropy-node/issues/12)) ([eb87919](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/eb87919bd3f57a64ad0082be215c6a66438efbe9))
12+
* **api:** update via SDK Studio ([#13](https://github.com/ZeroEntropy-AI/zeroentropy-node/issues/13)) ([f104a26](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/f104a26939736b3ce81d90c09d204ba7b2309c43))
13+
* **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))
14+
* **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))
15+
* **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))
16+
* **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))
17+
18+
19+
### Documentation
20+
21+
* remove stainless citation ([154c402](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/154c402c11bb09b38bb27ae3df9e5d0e78d06cd0))
22+
323
## 0.1.0-alpha.1 (2025-01-18)
424

525
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)