Skip to content

Commit ec45aa7

Browse files
release: 2.3.0
1 parent aec5c23 commit ec45aa7

4 files changed

Lines changed: 26 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.2.1"
2+
".": "2.3.0"
33
}

CHANGELOG.md

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

3+
## 2.3.0 (2025-08-12)
4+
5+
Full Changelog: [v2.2.1...v2.3.0](https://github.com/writer/writer-node/compare/v2.2.1...v2.3.0)
6+
7+
### Features
8+
9+
* **api:** add web KG and web search ([aec5c23](https://github.com/writer/writer-node/commit/aec5c23cad2e5bac761f25bc494de4d22d74ed76))
10+
11+
12+
### Chores
13+
14+
* **internal:** move publish config ([549fdb5](https://github.com/writer/writer-node/commit/549fdb505cd153213fd710af88e4f3661b058cc4))
15+
* **internal:** remove redundant imports config ([629582b](https://github.com/writer/writer-node/commit/629582b9916e249ff314002fe84ff43ee2eebe26))
16+
* **internal:** update comment in script ([0cbef20](https://github.com/writer/writer-node/commit/0cbef206554b08c09a77d1b935b3a7130f97bb98))
17+
* update @stainless-api/prism-cli to v5.15.0 ([4eb486f](https://github.com/writer/writer-node/commit/4eb486fddcf185c23e0e4d41d8e27fa65a284ef6))
18+
19+
20+
### Documentation
21+
22+
* **api:** updates to API spec ([1bcdf1c](https://github.com/writer/writer-node/commit/1bcdf1ccce44d6e5ba0aaf41c7bde1fadf1b9cf1))
23+
* **api:** updates to API spec ([b7625d0](https://github.com/writer/writer-node/commit/b7625d0b3f0c4f1696a906106fd98c83b198b7c5))
24+
* **api:** updates to API spec ([bd08c45](https://github.com/writer/writer-node/commit/bd08c45f41c3bf89d0c5395b40742e68ece6902f))
25+
326
## 2.2.1 (2025-07-16)
427

528
Full Changelog: [v2.2.0...v2.2.1](https://github.com/writer/writer-node/compare/v2.2.0...v2.2.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.2.1",
3+
"version": "2.3.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.2.1'; // x-release-please-version
1+
export const VERSION = '2.3.0'; // x-release-please-version

0 commit comments

Comments
 (0)