Skip to content

Commit 39c185d

Browse files
release: 2.4.0
1 parent 6704d48 commit 39c185d

4 files changed

Lines changed: 32 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.1"
2+
".": "2.4.0"
33
}

CHANGELOG.md

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

3+
## 2.4.0 (2025-09-11)
4+
5+
Full Changelog: [v2.3.1...v2.4.0](https://github.com/writer/writer-node/compare/v2.3.1...v2.4.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([6704d48](https://github.com/writer/writer-node/commit/6704d480d1582f3d4bf15cec9729ec98f017222a))
10+
11+
12+
### Bug Fixes
13+
14+
* coerce nullable values to undefined ([06f7969](https://github.com/writer/writer-node/commit/06f79697c638578f5ac5a903400a9082130c15ba))
15+
* **mcp:** fix uploading dxt release assets ([342af55](https://github.com/writer/writer-node/commit/342af5513a77112e52a70ed2e7c057925229db69))
16+
17+
18+
### Chores
19+
20+
* add package to package.json ([e13a086](https://github.com/writer/writer-node/commit/e13a086ec38263b0e54586530ee7b13e32c910f9))
21+
* ci build action ([505befa](https://github.com/writer/writer-node/commit/505befa45020b60d120abedb1553b76a23e22a50))
22+
* **client:** qualify global Blob ([a4d8c75](https://github.com/writer/writer-node/commit/a4d8c752ec354f7263fadcbe972798242f2f2bdb))
23+
* configure new SDK language ([b42c277](https://github.com/writer/writer-node/commit/b42c2774fd1407ac2ff62043d97c76316b5ff96f))
24+
* **internal:** update global Error reference ([ffe142e](https://github.com/writer/writer-node/commit/ffe142e12007868f146210ff4c3cf225e4159a86))
25+
* update CI script ([0e85a1f](https://github.com/writer/writer-node/commit/0e85a1f940491f083621f67819ad6f93884bb955))
26+
27+
28+
### Documentation
29+
30+
* **api:** updates to API spec ([1be14df](https://github.com/writer/writer-node/commit/1be14df9d83cec0e763532bc4472fb7338ca85aa))
31+
332
## 2.3.1 (2025-08-20)
433

534
Full Changelog: [v2.3.0...v2.3.1](https://github.com/writer/writer-node/compare/v2.3.0...v2.3.1)

package.json

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

0 commit comments

Comments
 (0)