Skip to content

Commit 2bef41f

Browse files
release: 0.1.0
1 parent 572b771 commit 2bef41f

File tree

4 files changed

+72
-3
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-02-18)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/unlayer/unlayer-typescript/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([1c583dc](https://github.com/unlayer/unlayer-typescript/commit/1c583dc28042f3e5a84b7068d22e96194ebee24d))
10+
* **api:** api update ([1017fc3](https://github.com/unlayer/unlayer-typescript/commit/1017fc3e4937e25cab5e217e17eeabf13e3bdd86))
11+
* **api:** api update ([cedc263](https://github.com/unlayer/unlayer-typescript/commit/cedc26385bcf9090c87e2fec80bd81928f0a326d))
12+
* **api:** api update ([7e5c849](https://github.com/unlayer/unlayer-typescript/commit/7e5c8493d44ba71997013f1c7e0fdf8806e5809f))
13+
* **api:** api update ([9546893](https://github.com/unlayer/unlayer-typescript/commit/9546893626914ce1cb7c109cdc6846112315fa7d))
14+
* **api:** api update ([d63b09d](https://github.com/unlayer/unlayer-typescript/commit/d63b09d013478b8ee8381e1ec41a9218f9d56a57))
15+
* **api:** api update ([776ec7f](https://github.com/unlayer/unlayer-typescript/commit/776ec7fbc85b93335d429856815321ff1a1d8482))
16+
* **api:** api update ([362d1df](https://github.com/unlayer/unlayer-typescript/commit/362d1dfcaa4c692275e2334b6f78ac225ba692bb))
17+
* **api:** api update ([9cc02bd](https://github.com/unlayer/unlayer-typescript/commit/9cc02bd3c6a9657a9bbe2c315a2d0b4db3c0fab4))
18+
* **api:** api update ([ae81c29](https://github.com/unlayer/unlayer-typescript/commit/ae81c29c39b393ffd7669e7a1042ae6ee77ba318))
19+
* **api:** api update ([a910a85](https://github.com/unlayer/unlayer-typescript/commit/a910a85afca32c312bce89eb845bc7b2d16abc48))
20+
* **api:** api update ([98fea2f](https://github.com/unlayer/unlayer-typescript/commit/98fea2faa6c3e165cd2512c8609558c58cfeed91))
21+
* **api:** api update ([d57a0ee](https://github.com/unlayer/unlayer-typescript/commit/d57a0eedf033b07863274dacbb547a4948850fdd))
22+
* **api:** api update ([5e0102a](https://github.com/unlayer/unlayer-typescript/commit/5e0102a05e6705e10e7e1d4763311c9f2bbe1a36))
23+
* **api:** api update ([b440140](https://github.com/unlayer/unlayer-typescript/commit/b44014041a854feb5f1ea5e27caa017ccd4faa76))
24+
* **api:** api update ([818ccf5](https://github.com/unlayer/unlayer-typescript/commit/818ccf5368794101a025c35fd32bd7cd493080b6))
25+
* **api:** api update ([715f301](https://github.com/unlayer/unlayer-typescript/commit/715f301d5701c92c49a933b17e7f132782e25a88))
26+
* **api:** api update ([cd7f8f5](https://github.com/unlayer/unlayer-typescript/commit/cd7f8f50454a9ec2e36228aa83731905f43613b4))
27+
* **api:** api update ([d3c0bb9](https://github.com/unlayer/unlayer-typescript/commit/d3c0bb98e603de73c979e183998e8ec166e4a850))
28+
* **api:** api update ([4bca036](https://github.com/unlayer/unlayer-typescript/commit/4bca036b92435aaafdcd26598825e30dde50a53c))
29+
* **api:** api update ([488204d](https://github.com/unlayer/unlayer-typescript/commit/488204db0c50381103c01a4a85b99cbc7a6cafe6))
30+
* **api:** api update ([56cd90c](https://github.com/unlayer/unlayer-typescript/commit/56cd90c08c04545866f0f0db4178a76ac7e464ed))
31+
* **api:** api update ([05bdd2a](https://github.com/unlayer/unlayer-typescript/commit/05bdd2ae310c66d8afe9b8a20cba0da6a99068fd))
32+
* **api:** api update ([eaa72f9](https://github.com/unlayer/unlayer-typescript/commit/eaa72f92f6303f6ddb973c0aaee7cdf3f6204cdf))
33+
* **api:** api update ([f725c4b](https://github.com/unlayer/unlayer-typescript/commit/f725c4ba942b4fc30d9554333dfc076365491e0c))
34+
* **api:** api update ([dc1e86b](https://github.com/unlayer/unlayer-typescript/commit/dc1e86bc2018c62150112a424bb974f04d9b0dd5))
35+
36+
37+
### Bug Fixes
38+
39+
* **client:** avoid memory leak with abort signals ([7bda4ec](https://github.com/unlayer/unlayer-typescript/commit/7bda4eca34dd59002d95dac84403244197d8084d))
40+
* **client:** avoid removing abort listener too early ([e1d6c3b](https://github.com/unlayer/unlayer-typescript/commit/e1d6c3b236c91d8d427a330bce8424440f569b2d))
41+
42+
43+
### Performance Improvements
44+
45+
* faster formatting ([8bcad9d](https://github.com/unlayer/unlayer-typescript/commit/8bcad9dbea995a0859146219a76be54d08fd679e))
46+
47+
48+
### Chores
49+
50+
* break long lines in snippets into multiline ([73adfc7](https://github.com/unlayer/unlayer-typescript/commit/73adfc7245bfb131d23674ad8ccc567edc35214f))
51+
* **ci:** upgrade `actions/github-script` ([a1b0a85](https://github.com/unlayer/unlayer-typescript/commit/a1b0a85ef6290d9d235ece57e85f4103dfd009cd))
52+
* **client:** do not parse responses with empty content-length ([b692976](https://github.com/unlayer/unlayer-typescript/commit/b692976a8ee156603ed7e0e0c081074d72901800))
53+
* **client:** restructure abort controller binding ([655c82b](https://github.com/unlayer/unlayer-typescript/commit/655c82b9650d633f9b122137038b0e6520622273))
54+
* do not install brew dependencies in ./scripts/bootstrap by default ([f6f1e00](https://github.com/unlayer/unlayer-typescript/commit/f6f1e006b1151073d8024e480944a2dddacd996b))
55+
* **internal/client:** fix form-urlencoded requests ([572b771](https://github.com/unlayer/unlayer-typescript/commit/572b771e15912f404312e45faeb9cc9a41266fb7))
56+
* **internal:** avoid type checking errors with ts-reset ([46d1721](https://github.com/unlayer/unlayer-typescript/commit/46d1721a5ac010bdd157246a5b9af33a6f543e70))
57+
* **internal:** codegen related update ([709520b](https://github.com/unlayer/unlayer-typescript/commit/709520b589721f8c120f6a2c98dead7fe590d396))
58+
* **internal:** codegen related update ([999534c](https://github.com/unlayer/unlayer-typescript/commit/999534c25b827c76f1a2d63baa504c561be021fc))
59+
* **internal:** fix incremental formatting in some cases ([13dcf7a](https://github.com/unlayer/unlayer-typescript/commit/13dcf7ad2a4a96ac1fbcccdf4764b3a58323ff7b))
60+
* **internal:** fix pagination internals not accepting option promises ([3424373](https://github.com/unlayer/unlayer-typescript/commit/3424373440f1c9e4cd4ea84fddbd19a1ae20658f))
61+
* **internal:** ignore .eslintcache ([c7109e6](https://github.com/unlayer/unlayer-typescript/commit/c7109e673b18e528540c7cc7f370fa28f0d14560))
62+
* **internal:** remove .eslintcache ([e76b794](https://github.com/unlayer/unlayer-typescript/commit/e76b794c23937c12cd72d49e28f5b147f7331e36))
63+
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([dcd138d](https://github.com/unlayer/unlayer-typescript/commit/dcd138dc4e5866dc2b97723ff07431689b886ae3))
64+
* **internal:** update `actions/checkout` version ([10a8cd6](https://github.com/unlayer/unlayer-typescript/commit/10a8cd6c427e5b947a9da3bf02329c42558f148b))
65+
* **internal:** upgrade babel, qs, js-yaml ([da573c3](https://github.com/unlayer/unlayer-typescript/commit/da573c308c179440bd919cb600ecc97193f795f9))
66+
* **internal:** use npm pack for build uploads ([f21454e](https://github.com/unlayer/unlayer-typescript/commit/f21454e64e09a5b7d1cce44901609b5b3515a75b))
67+
* **jsdoc:** fix [@link](https://github.com/link) annotations to refer only to parts of the package‘s public interface ([5ac93e5](https://github.com/unlayer/unlayer-typescript/commit/5ac93e5142e7e629f48d318acc71193c1056a002))
68+
* update SDK settings ([60c8dc9](https://github.com/unlayer/unlayer-typescript/commit/60c8dc98d816f0212c0b53eb6d3379840b33bf31))
69+
* update SDK settings ([807f568](https://github.com/unlayer/unlayer-typescript/commit/807f5683421fb5b1961d5ead6dbd5ca79875b1e0))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unlayer/sdk",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "The official TypeScript library for the Unlayer API",
55
"author": "Unlayer <contact@example.com>",
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'; // x-release-please-version
1+
export const VERSION = '0.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)