Skip to content

Commit 9ca1897

Browse files
release: 2.2.2
1 parent 629582b commit 9ca1897

4 files changed

Lines changed: 16 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.2.2"
33
}

CHANGELOG.md

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

3+
## 2.2.2 (2025-07-29)
4+
5+
Full Changelog: [v2.2.1...v2.2.2](https://github.com/writer/writer-node/compare/v2.2.1...v2.2.2)
6+
7+
### Chores
8+
9+
* **internal:** remove redundant imports config ([629582b](https://github.com/writer/writer-node/commit/629582b9916e249ff314002fe84ff43ee2eebe26))
10+
11+
12+
### Documentation
13+
14+
* **api:** updates to API spec ([bd08c45](https://github.com/writer/writer-node/commit/bd08c45f41c3bf89d0c5395b40742e68ece6902f))
15+
316
## 2.2.1 (2025-07-16)
417

518
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.2.2",
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.2.2'; // x-release-please-version

0 commit comments

Comments
 (0)