Skip to content

Commit ca120e2

Browse files
release: 2.1.0
1 parent 01722fd commit ca120e2

4 files changed

Lines changed: 43 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.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

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

3+
## 2.1.0 (2025-03-21)
4+
5+
Full Changelog: [v2.0.0...v2.1.0](https://github.com/writer/writer-node/compare/v2.0.0...v2.1.0)
6+
7+
### Features
8+
9+
* add SKIP_BREW env var to ./scripts/bootstrap ([#187](https://github.com/writer/writer-node/issues/187)) ([39fdb36](https://github.com/writer/writer-node/commit/39fdb36ca157970fa4199150abfd21d84d9e5a88))
10+
* **client:** accept RFC6838 JSON content types ([#188](https://github.com/writer/writer-node/issues/188)) ([22721b6](https://github.com/writer/writer-node/commit/22721b6e33dfd524c0bece099496d8d1ac63a0ba))
11+
12+
13+
### Bug Fixes
14+
15+
* **client:** fix TypeError with undefined File ([#181](https://github.com/writer/writer-node/issues/181)) ([50b448c](https://github.com/writer/writer-node/commit/50b448c630c896af6e1b4c5d884fc479121dad38))
16+
* **exports:** ensure resource imports don't require /index ([#192](https://github.com/writer/writer-node/issues/192)) ([6a9e294](https://github.com/writer/writer-node/commit/6a9e2948c979a34f03af9ad77697d020f1551551))
17+
* **internal:** add mts file + crypto shim types ([#193](https://github.com/writer/writer-node/issues/193)) ([881ff5e](https://github.com/writer/writer-node/commit/881ff5ea019b8f207a00ed60c22dae0b9eaad14b))
18+
* **internal:** clean up undefined File test ([#182](https://github.com/writer/writer-node/issues/182)) ([490da8e](https://github.com/writer/writer-node/commit/490da8e97ac627379d6cdde4c6ec729bb2d8718a))
19+
* **tests:** manually reset node:buffer File ([#183](https://github.com/writer/writer-node/issues/183)) ([4fcf113](https://github.com/writer/writer-node/commit/4fcf1135890f63c646e7379d81b7cef6f063ffdd))
20+
21+
22+
### Chores
23+
24+
* **client:** only accept standard types for file uploads ([#178](https://github.com/writer/writer-node/issues/178)) ([7dec96f](https://github.com/writer/writer-node/commit/7dec96fd2078b2dffb0bec94813b3319a4fdf141))
25+
* **docs:** fix typo ([#197](https://github.com/writer/writer-node/issues/197)) ([3fd6d5e](https://github.com/writer/writer-node/commit/3fd6d5e8e3abed1c4119f1ff924e62ba0ddafd85))
26+
* **docs:** improve docs for withResponse/asResponse ([#185](https://github.com/writer/writer-node/issues/185)) ([22f5e8d](https://github.com/writer/writer-node/commit/22f5e8dbe774c9e3ce47fcde1fd19c72fb42821a))
27+
* **docs:** migration guide re-ordering ([#198](https://github.com/writer/writer-node/issues/198)) ([5f39d5d](https://github.com/writer/writer-node/commit/5f39d5d8629b6217f886dd81a46482bb6be341ba))
28+
* **exports:** cleaner resource index imports ([#195](https://github.com/writer/writer-node/issues/195)) ([c568461](https://github.com/writer/writer-node/commit/c5684611524bf791895fcea3c9c28da06602019b))
29+
* **exports:** stop using path fallbacks ([#196](https://github.com/writer/writer-node/issues/196)) ([3cc4c12](https://github.com/writer/writer-node/commit/3cc4c12034096679e4b964cce6233db6758d4a30))
30+
* **internal:** constrain synckit dev dependency ([#180](https://github.com/writer/writer-node/issues/180)) ([9f99a49](https://github.com/writer/writer-node/commit/9f99a492e04fc6c090c122a121c00a53d4fa268a))
31+
* **internal:** fix tests failing on node v18 ([#179](https://github.com/writer/writer-node/issues/179)) ([c8777ed](https://github.com/writer/writer-node/commit/c8777edceae587033b7c7c054b79b9d266b88fa5))
32+
* **internal:** minor client file refactoring ([#194](https://github.com/writer/writer-node/issues/194)) ([80629b0](https://github.com/writer/writer-node/commit/80629b04bdb931e9db32a572b266688db9ba0917))
33+
* **internal:** remove extra empty newlines ([#191](https://github.com/writer/writer-node/issues/191)) ([4f3f316](https://github.com/writer/writer-node/commit/4f3f31695038997da9487d45898ad4f3512cb69d))
34+
* **types:** improved go to definition on fetchOptions ([#184](https://github.com/writer/writer-node/issues/184)) ([f4bf1f0](https://github.com/writer/writer-node/commit/f4bf1f0da6721df65ad86daeae38696a9b913d1b))
35+
36+
37+
### Documentation
38+
39+
* **api:** updates to API spec ([#189](https://github.com/writer/writer-node/issues/189)) ([2c07888](https://github.com/writer/writer-node/commit/2c07888553957b571929887afaaf8d9baec0bc83))
40+
* **api:** updates to API spec ([#199](https://github.com/writer/writer-node/issues/199)) ([01722fd](https://github.com/writer/writer-node/commit/01722fd2194f45bc8ce082be0cfa046620aa6481))
41+
* update URLs from stainlessapi.com to stainless.com ([#176](https://github.com/writer/writer-node/issues/176)) ([7a061f9](https://github.com/writer/writer-node/commit/7a061f915cf5fd7e080f72e736304f1755df90d1))
42+
343
## 2.0.0 (2025-02-26)
444

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

0 commit comments

Comments
 (0)