Skip to content

Commit 44f6356

Browse files
release: 0.1.0-alpha.1
1 parent 584e59b commit 44f6356

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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.0.1-alpha.0"
2+
".": "0.1.0-alpha.1"
33
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2025-01-18)
4+
5+
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)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([d93435e](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/d93435e1edbdca31d3d347ddc0d526af6ae36e6e))
10+
* **api:** update via SDK Studio ([0427698](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/0427698178c8dbea7553aadd509bb73a6dd7a404))
11+
* **api:** update via SDK Studio ([b813bdf](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/b813bdf5e5d03eb778adc669c9168c1d3d94bd0b))
12+
* **api:** update via SDK Studio ([5f568a7](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/5f568a74481d64a7a01cafcd8ed9cb6bdaf8873a))
13+
* **api:** update via SDK Studio ([136c2e0](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/136c2e0192372f30067ab682080feae441cae307))
14+
* **api:** update via SDK Studio ([bdb9681](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/bdb96811c2dbb6ddb1e37269aa3eebd4499392c7))
15+
* **api:** update via SDK Studio ([f1026d5](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/f1026d5246ad6b85ddea953fa5eebcb84f56b7c5))
16+
* **api:** update via SDK Studio ([e444c1c](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/e444c1cce67ca418fab242bf70a3369188f51db9))
17+
* **api:** update via SDK Studio ([85d6bde](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/85d6bdea1496edb35bb16eeffa16b0477f576b0b))
18+
* **api:** update via SDK Studio ([c75e419](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/c75e4193d6f974b35f571f076541d5067ef2739a))
19+
* **api:** update via SDK Studio ([b12adb3](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/b12adb3af8dfe50e3e0850e8e040b042c385f350))
20+
21+
22+
### Chores
23+
24+
* go live ([#1](https://github.com/ZeroEntropy-AI/zeroentropy-node/issues/1)) ([26383db](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/26383db324ad84303730b74bd1afd1d2823b475f))
25+
* update SDK settings ([#3](https://github.com/ZeroEntropy-AI/zeroentropy-node/issues/3)) ([584e59b](https://github.com/ZeroEntropy-AI/zeroentropy-node/commit/584e59bbf5ba4604c829dd9e747efefa01884888))

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

0 commit comments

Comments
 (0)