Skip to content

Commit e7c299a

Browse files
release: 0.1.0-alpha.11
1 parent 181566c commit e7c299a

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.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.10"
2+
".": "0.1.0-alpha.11"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.11 (2026-03-21)
4+
5+
Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/zeroentropy-ai/zeroentropy-node/compare/v0.1.0-alpha.10...v0.1.0-alpha.11)
6+
7+
### Chores
8+
9+
* **internal:** tweak CI branches ([c0e7952](https://github.com/zeroentropy-ai/zeroentropy-node/commit/c0e79524e59cab23ca892fcbdc075923ecd2fb55))
10+
* **tests:** bump steady to v0.19.4 ([9e94e5c](https://github.com/zeroentropy-ai/zeroentropy-node/commit/9e94e5c8849deafdaa92e0c5ffd7e19e4efae853))
11+
* **tests:** bump steady to v0.19.5 ([181566c](https://github.com/zeroentropy-ai/zeroentropy-node/commit/181566c7a3bac0b4c9855c374cbdde0071096833))
12+
13+
14+
### Refactors
15+
16+
* **tests:** switch from prism to steady ([3aa529e](https://github.com/zeroentropy-ai/zeroentropy-node/commit/3aa529ec81bb884439e6e603ddf4e6437496ce8c))
17+
318
## 0.1.0-alpha.10 (2026-03-07)
419

520
Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/zeroentropy-ai/zeroentropy-node/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)

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.10",
3+
"version": "0.1.0-alpha.11",
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.10'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.11'; // x-release-please-version

0 commit comments

Comments
 (0)