Skip to content

Commit 86e41da

Browse files
release: 2.3.0
1 parent 0dc9410 commit 86e41da

4 files changed

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

CHANGELOG.md

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

3+
## 2.3.0 (2025-05-09)
4+
5+
Full Changelog: [v2.2.0...v2.3.0](https://github.com/writer/writer-node/compare/v2.2.0...v2.3.0)
6+
7+
### Features
8+
9+
* **client:** add withOptions helper ([73cc2cc](https://github.com/writer/writer-node/commit/73cc2cc05df8da8669265f7b8af02581dac7d149))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** always overwrite when merging headers ([0dc9410](https://github.com/writer/writer-node/commit/0dc94108fb0e28a8f8740ef14cbcd9171caf1b1a))
15+
* package.json format ([2208eda](https://github.com/writer/writer-node/commit/2208eda68fc571c7b72a9c2bbd6ab96eaaf27ca0))
16+
17+
18+
### Chores
19+
20+
* **client:** drop support for EOL node versions ([78f8359](https://github.com/writer/writer-node/commit/78f8359e34243ff576622ed9cebd4e3e38b60014))
21+
* **internal:** fix format script ([cab6ad2](https://github.com/writer/writer-node/commit/cab6ad2ea60b7a396c02479fa12525deb8def266))
22+
* **internal:** share typescript helpers ([238294b](https://github.com/writer/writer-node/commit/238294bd0eca0d00fe6dd8d2c789194fdbc6f517))
23+
24+
25+
### Documentation
26+
27+
* add examples to tsdocs ([02ae649](https://github.com/writer/writer-node/commit/02ae649d4d577e26fbde7151b38f5ef72f056bea))
28+
* **api:** updates to API spec ([295a548](https://github.com/writer/writer-node/commit/295a54847dee382b0386c98c65bb8bf7cae255c3))
29+
* **api:** updates to API spec ([bd53b17](https://github.com/writer/writer-node/commit/bd53b172ef960ce3023a20c9458f65d30ca97dba))
30+
331
## 2.2.0 (2025-04-30)
432

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

0 commit comments

Comments
 (0)