Skip to content

Commit ca5287d

Browse files
release: 2.4.0
1 parent 60d2199 commit ca5287d

4 files changed

Lines changed: 22 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.0"
2+
".": "2.4.0"
33
}

CHANGELOG.md

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

3+
## 2.4.0 (2025-08-19)
4+
5+
Full Changelog: [v2.3.0...v2.4.0](https://github.com/writer/writer-node/compare/v2.3.0...v2.4.0)
6+
7+
### Features
8+
9+
* **mcp:** add code execution tool ([60d2199](https://github.com/writer/writer-node/commit/60d2199699860fc8f097aaef42532ff8909a9c3e))
10+
11+
12+
### Chores
13+
14+
* **deps:** update dependency @types/node to v20.17.58 ([1ca2721](https://github.com/writer/writer-node/commit/1ca272112136ba548436cd7f53b434085adfa666))
15+
* **internal:** formatting change ([9608032](https://github.com/writer/writer-node/commit/96080320291757f3329f2df80013a288c8852744))
16+
17+
18+
### Documentation
19+
20+
* **api:** updates to API spec ([e03824e](https://github.com/writer/writer-node/commit/e03824e52002a27e1c40b836274934c979c1625b))
21+
322
## 2.3.0 (2025-08-14)
423

524
Full Changelog: [v2.3.0-rc.1...v2.3.0](https://github.com/writer/writer-node/compare/v2.3.0-rc.1...v2.3.0)

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.0",
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.0'; // x-release-please-version
1+
export const VERSION = '2.4.0'; // x-release-please-version

0 commit comments

Comments
 (0)