Skip to content

Commit c6eba4a

Browse files
release: 2.3.2-rc.2
1 parent fb5aa47 commit c6eba4a

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.3.2-rc.1"
2+
".": "2.3.2-rc.2"
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.3.2-rc.2 (2025-09-26)
4+
5+
Full Changelog: [v2.3.2-rc.1...v2.3.2-rc.2](https://github.com/writer/writer-node/compare/v2.3.2-rc.1...v2.3.2-rc.2)
6+
7+
### Performance Improvements
8+
9+
* faster formatting ([06ae198](https://github.com/writer/writer-node/commit/06ae1987f9a90fa7a0750ec6c8a421fdc1770cd3))
10+
11+
12+
### Chores
13+
14+
* do not install brew dependencies in ./scripts/bootstrap by default ([b35ef28](https://github.com/writer/writer-node/commit/b35ef28899f8352ed1abc51d8e3e5ee49c2bdc20))
15+
* **internal:** fix incremental formatting in some cases ([fb5aa47](https://github.com/writer/writer-node/commit/fb5aa47f5cce43a7f850287af5a2f12c4cc275dc))
16+
* **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([8c0e44e](https://github.com/writer/writer-node/commit/8c0e44e4d94566b42482c018ad5e1b9507f6ad36))
17+
318
## 2.3.2-rc.1 (2025-09-11)
419

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

0 commit comments

Comments
 (0)