Skip to content

Commit ea2fa43

Browse files
chore(main): release 1.0.2 (#63)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 69bef8d commit ea2fa43

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "1.0.2"
33
}

CHANGELOG.md

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

3+
## [1.0.2](https://github.com/Doist/twist-sdk-typescript/compare/v1.0.1...v1.0.2) (2025-11-27)
4+
5+
6+
### Bug Fixes
7+
8+
* add .js extensions to declaration file imports to resolve type re-export issue ([#64](https://github.com/Doist/twist-sdk-typescript/issues/64)) ([660cf10](https://github.com/Doist/twist-sdk-typescript/commit/660cf1056bca24e6928d657c5abdb911afbe19c5))
9+
* resolve 30-second connection hang in native fetch ([#62](https://github.com/Doist/twist-sdk-typescript/issues/62)) ([eddce29](https://github.com/Doist/twist-sdk-typescript/commit/eddce29d2a5bc31c3d583c6e50b764869df57938))
10+
11+
12+
### Miscellaneous
13+
14+
* **deps-dev:** bump glob from 11.0.3 to 11.1.0 ([#57](https://github.com/Doist/twist-sdk-typescript/issues/57)) ([cf1f72d](https://github.com/Doist/twist-sdk-typescript/commit/cf1f72d6b01c57df613998500b580bc2d103dfab))
15+
* **deps:** bump js-yaml from 3.14.1 to 3.14.2 in /website ([#56](https://github.com/Doist/twist-sdk-typescript/issues/56)) ([f8c05a2](https://github.com/Doist/twist-sdk-typescript/commit/f8c05a2203989dbf9594aaa7bd1b7615063e69d5))
16+
* **deps:** bump node-forge from 1.3.1 to 1.3.2 in /website ([#61](https://github.com/Doist/twist-sdk-typescript/issues/61)) ([69bef8d](https://github.com/Doist/twist-sdk-typescript/commit/69bef8d877394285a0be0d469c30d7638e0c1359))
17+
* Exclude the website from release please ([e49164f](https://github.com/Doist/twist-sdk-typescript/commit/e49164f78584a61d7607ddb58da19e0fac5e6935))
18+
* Lint fix ([7dd0e51](https://github.com/Doist/twist-sdk-typescript/commit/7dd0e5184b4a9d69190058ed732b584485ebd87c))
19+
320
## [1.0.1](https://github.com/Doist/twist-sdk-typescript/compare/v1.0.0...v1.0.1) (2025-11-18)
421

522

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@doist/twist-sdk",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A TypeScript wrapper for the Twist REST API.",
55
"author": "Doist developers",
66
"homepage": "https://doist.github.io/twist-sdk-typescript/",

0 commit comments

Comments
 (0)