Skip to content

Commit 47ff9c2

Browse files
release: 2.2.0
1 parent 2bd71ae commit 47ff9c2

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.1.0"
2+
".": "2.2.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.2.0 (2025-04-21)
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 translation endpoint ([2bd71ae](https://github.com/writer/writer-node/commit/2bd71aef9490235eaac25f3fdd71a4d6ffe4badf))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** send all configured auth headers ([#222](https://github.com/writer/writer-node/issues/222)) ([22d5e6f](https://github.com/writer/writer-node/commit/22d5e6f54afcc60ffdf9fecc50246045c51202be))
15+
* **internal:** fix file uploads in node 18 jest ([623fdd9](https://github.com/writer/writer-node/commit/623fdd95d8313a0f502d6a9170c38cca70700390))
16+
17+
18+
### Chores
19+
20+
* **client:** minor internal fixes ([a1c6989](https://github.com/writer/writer-node/commit/a1c6989afc29d3a477470c6715f8ba5d07e0ab89))
21+
* **internal:** improve node 18 shims ([#225](https://github.com/writer/writer-node/issues/225)) ([7012687](https://github.com/writer/writer-node/commit/7012687bb4d33eb021c8ef8f6188ae11eeea8636))
22+
* **internal:** reduce CI branch coverage ([afaeb00](https://github.com/writer/writer-node/commit/afaeb0081bdcddeeccb931c838f1df15a13cfbbe))
23+
* **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))
24+
25+
26+
### Documentation
27+
28+
* **api:** updates to API spec ([32c703f](https://github.com/writer/writer-node/commit/32c703ff339589dae937e6871fc0f5c1c24a15f5))
29+
* swap examples used in readme ([#220](https://github.com/writer/writer-node/issues/220)) ([72d9f65](https://github.com/writer/writer-node/commit/72d9f657faebb7cfe80635d17c63605f9e894610))
30+
331
## 2.1.0 (2025-04-04)
432

533
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)