Skip to content

Commit cf8fb1f

Browse files
release: 0.1.0-alpha.5
1 parent 4bb4a5a commit cf8fb1f

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-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.4"
2+
".": "0.1.0-alpha.5"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.5 (2025-07-03)
4+
5+
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/zeroentropy-ai/zeroentropy-node/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
6+
7+
### Features
8+
9+
* **client:** add support for endpoint-specific base URLs ([d1d1ca4](https://github.com/zeroentropy-ai/zeroentropy-node/commit/d1d1ca45010ab9488fac671571058a392ef714bf))
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** release-doctor — report correct token name ([788b21c](https://github.com/zeroentropy-ai/zeroentropy-node/commit/788b21cc597d7b5418bf7c083b754c36dd3f974b))
15+
* **client:** don't send `Content-Type` for bodyless methods ([4bb4a5a](https://github.com/zeroentropy-ai/zeroentropy-node/commit/4bb4a5a1e672951deb536029a8fb18399b7e07c5))
16+
* publish script — handle NPM errors correctly ([8a29d6f](https://github.com/zeroentropy-ai/zeroentropy-node/commit/8a29d6f7d4c8b261ffc6fbef0e06f8c802626084))
17+
18+
19+
### Chores
20+
21+
* **ci:** enable for pull requests ([2fd06f7](https://github.com/zeroentropy-ai/zeroentropy-node/commit/2fd06f79640749b62e4f12f4219491ea64563ded))
22+
* **ci:** only run for pushes and fork pull requests ([156d50f](https://github.com/zeroentropy-ai/zeroentropy-node/commit/156d50f38ab3fbbe766d1a12950c81bfa19bf80d))
23+
* **internal:** make base APIResource abstract ([b8f4193](https://github.com/zeroentropy-ai/zeroentropy-node/commit/b8f41937546e81c3fa61848998da2b7d0d9cf51f))
24+
* mention unit type in timeout docs ([0d8d06b](https://github.com/zeroentropy-ai/zeroentropy-node/commit/0d8d06bf1945f6f1bade796240bdf0535b5043cf))
25+
26+
27+
### Refactors
28+
29+
* **types:** replace Record with mapped types ([fc1894a](https://github.com/zeroentropy-ai/zeroentropy-node/commit/fc1894a426c7472145d97703ec02b485996e9710))
30+
331
## 0.1.0-alpha.4 (2025-06-04)
432

533
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/zeroentropy-ai/zeroentropy-node/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)

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.4",
3+
"version": "0.1.0-alpha.5",
44
"description": "The official TypeScript library for the ZeroEntropy API",
55
"author": "ZeroEntropy <founders@zeroentropy.dev>",
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.4'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.5'; // x-release-please-version

0 commit comments

Comments
 (0)