Skip to content

Commit 3d43f25

Browse files
authored
Merge pull request #60 from Doist/release-please--branches--main--components--twist-sdk
chore(main): release 1.0.1
2 parents 20464ba + bf8f33b commit 3d43f25

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/Doist/twist-sdk-typescript/compare/v1.0.0...v1.0.1) (2025-11-18)
4+
5+
6+
### Bug Fixes
7+
8+
* Test publish workflow (no functional changes) ([20464ba](https://github.com/Doist/twist-sdk-typescript/commit/20464ba39d6897e75d8ae72d15a013e53e9a123d))
9+
* Test publish workflow (no functional changes) ([7f0385d](https://github.com/Doist/twist-sdk-typescript/commit/7f0385d8f38617c006d7390e5dd96560dd20b73b))
10+
311
## [1.0.0](https://github.com/Doist/twist-sdk-typescript/compare/v0.1.0...v1.0.0) (2025-11-08)
412

513

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.0",
3+
"version": "1.0.1",
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)