Skip to content

Commit db5e69d

Browse files
release: 2.2.0
1 parent 788c1d6 commit db5e69d

4 files changed

Lines changed: 37 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.1.0"
2+
".": "2.2.0"
33
}

CHANGELOG.md

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

3+
## 2.2.0 (2025-04-23)
4+
5+
Full Changelog: [v2.1.0...v2.2.0](https://github.com/writer/writer-node/compare/v2.1.0...v2.2.0)
6+
7+
### Features
8+
9+
* **api:** add ai detect tool endpoint ([d41c51e](https://github.com/writer/writer-node/commit/d41c51e1301157e88f75a42d4872fe26bfb116e7))
10+
* **api:** add translation endpoint ([2bd71ae](https://github.com/writer/writer-node/commit/2bd71aef9490235eaac25f3fdd71a4d6ffe4badf))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** send all configured auth headers ([#222](https://github.com/writer/writer-node/issues/222)) ([22d5e6f](https://github.com/writer/writer-node/commit/22d5e6f54afcc60ffdf9fecc50246045c51202be))
16+
* **internal:** fix file uploads in node 18 jest ([623fdd9](https://github.com/writer/writer-node/commit/623fdd95d8313a0f502d6a9170c38cca70700390))
17+
18+
19+
### Chores
20+
21+
* **ci:** add timeout thresholds for CI jobs ([93abeda](https://github.com/writer/writer-node/commit/93abedab0fb7742bb9a474df94e5be7b3bbc864e))
22+
* **ci:** only use depot for staging repos ([788c1d6](https://github.com/writer/writer-node/commit/788c1d6990de300417c44c431adbd713f04ebc36))
23+
* **ci:** run on more branches and use depot runners ([8a5e6e8](https://github.com/writer/writer-node/commit/8a5e6e85b943696602a67f23fd43dbdc995a6631))
24+
* **client:** minor internal fixes ([a1c6989](https://github.com/writer/writer-node/commit/a1c6989afc29d3a477470c6715f8ba5d07e0ab89))
25+
* **internal:** improve node 18 shims ([#225](https://github.com/writer/writer-node/issues/225)) ([7012687](https://github.com/writer/writer-node/commit/7012687bb4d33eb021c8ef8f6188ae11eeea8636))
26+
* **internal:** reduce CI branch coverage ([afaeb00](https://github.com/writer/writer-node/commit/afaeb0081bdcddeeccb931c838f1df15a13cfbbe))
27+
* **internal:** upload builds and expand CI branch coverage ([#224](https://github.com/writer/writer-node/issues/224)) ([76336c3](https://github.com/writer/writer-node/commit/76336c38c9fff2672b5e0c90c585039f9d72c331))
28+
* **perf:** faster base64 decoding ([4e9eb5a](https://github.com/writer/writer-node/commit/4e9eb5aa2b55874a94ddbc1d68574358297e3315))
29+
30+
31+
### Documentation
32+
33+
* **api:** updates to API spec ([94a7c72](https://github.com/writer/writer-node/commit/94a7c72b42dc1b9610141444487150c4e1894d52))
34+
* **api:** updates to API spec ([32c703f](https://github.com/writer/writer-node/commit/32c703ff339589dae937e6871fc0f5c1c24a15f5))
35+
* swap examples used in readme ([#220](https://github.com/writer/writer-node/issues/220)) ([72d9f65](https://github.com/writer/writer-node/commit/72d9f657faebb7cfe80635d17c63605f9e894610))
36+
337
## 2.1.0 (2025-04-04)
438

539
Full Changelog: [v2.1.0-rc.1...v2.1.0](https://github.com/writer/writer-node/compare/v2.1.0-rc.1...v2.1.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.1.0",
3+
"version": "2.2.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.1.0'; // x-release-please-version
1+
export const VERSION = '2.2.0'; // x-release-please-version

0 commit comments

Comments
 (0)