Skip to content

Commit ca6ea84

Browse files
release: 0.1.0-alpha.1
1 parent 56b5355 commit ca6ea84

File tree

4 files changed

+30
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## 0.1.0-alpha.1 (2024-12-12)
4+
5+
Full Changelog: [v0.0.1-alpha.1...v0.1.0-alpha.1](https://github.com/contraptionco/booklet-node/compare/v0.0.1-alpha.1...v0.1.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** OpenAPI spec update via Stainless API ([#5](https://github.com/contraptionco/booklet-node/issues/5)) ([9f9c4e6](https://github.com/contraptionco/booklet-node/commit/9f9c4e64078f331bf01e944cd565f016df9582b9))
10+
* **api:** update via SDK Studio ([#7](https://github.com/contraptionco/booklet-node/issues/7)) ([b4832fe](https://github.com/contraptionco/booklet-node/commit/b4832fe2213779d8f59d6f0a7191d46486d4ad93))
11+
* **internal:** make git install file structure match npm ([#14](https://github.com/contraptionco/booklet-node/issues/14)) ([7be6b86](https://github.com/contraptionco/booklet-node/commit/7be6b86ff0f49a2dcbdc9c19927770e38004ca3c))
12+
13+
14+
### Chores
15+
16+
* **internal:** bump cross-spawn to v7.0.6 ([#16](https://github.com/contraptionco/booklet-node/issues/16)) ([e65eb19](https://github.com/contraptionco/booklet-node/commit/e65eb1996762efc9cbab31ed900dad0ef6a8b71d))
17+
* **internal:** remove unnecessary getRequestClient function ([#15](https://github.com/contraptionco/booklet-node/issues/15)) ([fb6add5](https://github.com/contraptionco/booklet-node/commit/fb6add5b2815fa11a00fefb1ec3b6e5f19d5bf89))
18+
* rebuild project due to codegen change ([#10](https://github.com/contraptionco/booklet-node/issues/10)) ([21d7ffd](https://github.com/contraptionco/booklet-node/commit/21d7ffdf216113e48b5d0ece5ad9ca7768e5bb03))
19+
* rebuild project due to codegen change ([#11](https://github.com/contraptionco/booklet-node/issues/11)) ([b8d1379](https://github.com/contraptionco/booklet-node/commit/b8d13794f060c11e57c83f262a5b305ca215f8ed))
20+
* rebuild project due to codegen change ([#8](https://github.com/contraptionco/booklet-node/issues/8)) ([42c5432](https://github.com/contraptionco/booklet-node/commit/42c5432581e52d934a3e5bc8828c2e68a8f569ec))
21+
* rebuild project due to codegen change ([#9](https://github.com/contraptionco/booklet-node/issues/9)) ([9357498](https://github.com/contraptionco/booklet-node/commit/935749842956eda69d60880005b43790945da997))
22+
* remove redundant word in comment ([#13](https://github.com/contraptionco/booklet-node/issues/13)) ([7569cd5](https://github.com/contraptionco/booklet-node/commit/7569cd546273316f4de5fad7507aee4c84c9496e))
23+
* **types:** nicer error class types + jsdocs ([#17](https://github.com/contraptionco/booklet-node/issues/17)) ([56b5355](https://github.com/contraptionco/booklet-node/commit/56b53550e582c2b91a99aea3cb8f3460478e6839))
24+
25+
26+
### Documentation
27+
28+
* remove suggestion to use `npm` call out ([#12](https://github.com/contraptionco/booklet-node/issues/12)) ([c23a86f](https://github.com/contraptionco/booklet-node/commit/c23a86fd4ba036653925f16d330093a404e46a80))
29+
330
## 0.0.1-alpha.1 (2024-05-09)
431

532
Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/contraptionco/booklet-node/compare/v0.0.1-alpha.0...v0.0.1-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": "bklt",
3-
"version": "0.0.1-alpha.1",
3+
"version": "0.1.0-alpha.1",
44
"description": "The official TypeScript library for the Booklet API",
55
"author": "Booklet <booklet@contraption.co>",
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.1'; // x-release-please-version
1+
export const VERSION = '0.1.0-alpha.1'; // x-release-please-version

0 commit comments

Comments
 (0)