Skip to content

Commit 366be2b

Browse files
release: 2.2.0
1 parent 904eda0 commit 366be2b

4 files changed

Lines changed: 18 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-rc.1"
2+
".": "2.2.0"
33
}

CHANGELOG.md

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

3+
## 2.2.0 (2025-04-30)
4+
5+
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)
6+
7+
### Chores
8+
9+
* **internal:** refactor utils ([333de4b](https://github.com/writer/writer-node/commit/333de4bab1ca8618c63db6d74b2e2fb1ea012e03))
10+
11+
12+
### Documentation
13+
14+
* **api:** updates to API spec ([88938c9](https://github.com/writer/writer-node/commit/88938c9aadfb345ad57ca5c075206a120ee9ac73))
15+
* README updates ([ae4fed7](https://github.com/writer/writer-node/commit/ae4fed799956c2047ead739c307c5f08e28200e1))
16+
* Update models in README. ([904eda0](https://github.com/writer/writer-node/commit/904eda0c6efc26d57955a639790f92a6eec078a1))
17+
318
## 2.2.0-rc.1 (2025-04-25)
419

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

0 commit comments

Comments
 (0)