Skip to content

Commit 4d20b51

Browse files
chore(master): release 2.10.0 (auto-release)
1 parent 12f2664 commit 4d20b51

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.10.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.9.0...v2.10.0) (2026-03-17)
4+
5+
6+
### Features
7+
8+
* sync SDK to OpenAPI doc v2.11.1 ([#117](https://github.com/circlefin/circle-nodejs-sdk/issues/117)) ([d56319f](https://github.com/circlefin/circle-nodejs-sdk/commit/d56319f2237b4d3501bc38636a67d82c4c4abd91))
9+
* sync SDK to OpenAPI doc v2.12.0 ([#118](https://github.com/circlefin/circle-nodejs-sdk/issues/118)) ([d2dd9c1](https://github.com/circlefin/circle-nodejs-sdk/commit/d2dd9c1f420dc10e5b3776b387d15497eb833739))
10+
* sync SDK to OpenAPI doc v2.14.0 ([#124](https://github.com/circlefin/circle-nodejs-sdk/issues/124)) ([d64938e](https://github.com/circlefin/circle-nodejs-sdk/commit/d64938e28acaaf8613a127221eedb95931133f9c))
11+
* sync SDK to OpenAPI doc v2.15.0 ([#125](https://github.com/circlefin/circle-nodejs-sdk/issues/125)) ([5b34ebb](https://github.com/circlefin/circle-nodejs-sdk/commit/5b34ebb38a96a0ee2663836671afaaa878775557))
12+
13+
14+
### Miscellaneous Chores
15+
16+
* apply security best practices and onboard stepsecurity ([#131](https://github.com/circlefin/circle-nodejs-sdk/issues/131)) ([357d2fe](https://github.com/circlefin/circle-nodejs-sdk/commit/357d2fedc5b72518c00059e316b612e510aec549))
17+
* **deps:** bump action versions to use node 20 ([#113](https://github.com/circlefin/circle-nodejs-sdk/issues/113)) ([fe5002d](https://github.com/circlefin/circle-nodejs-sdk/commit/fe5002dd5e83c4b3039af1abc275a60bfd398060))
18+
* **stepsecurity:** update workflows to use custom hosted runners with built-in StepSecurity ([#133](https://github.com/circlefin/circle-nodejs-sdk/issues/133)) ([40ee83f](https://github.com/circlefin/circle-nodejs-sdk/commit/40ee83f401692bfece44c34f4ad666ddff7d5751))
19+
20+
21+
### Continuous Integration
22+
23+
* fix shared release-please workflow bug ([#136](https://github.com/circlefin/circle-nodejs-sdk/issues/136)) ([d23c2ec](https://github.com/circlefin/circle-nodejs-sdk/commit/d23c2ec9a34e8e04c4a27f33886253947024e118))
24+
* fix shared release-please workflow bug pt 2 ([#137](https://github.com/circlefin/circle-nodejs-sdk/issues/137)) ([12f2664](https://github.com/circlefin/circle-nodejs-sdk/commit/12f2664673b5d38748fb27673c592ac9c7c68498))
25+
* use public shared Circle workflows repo ([#121](https://github.com/circlefin/circle-nodejs-sdk/issues/121)) ([093fd41](https://github.com/circlefin/circle-nodejs-sdk/commit/093fd415056d73d316fd60e04828dee8588a3565))
26+
* use shared release-please workflow ([#120](https://github.com/circlefin/circle-nodejs-sdk/issues/120)) ([4bb61fb](https://github.com/circlefin/circle-nodejs-sdk/commit/4bb61fbc7ae0e9449b16d35c2a432aa988be570e))
27+
328
## [2.9.0](https://github.com/circlefin/circle-nodejs-sdk/compare/v2.8.0...v2.9.0) (2024-03-28)
429

530

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@circle-fin/circle-sdk",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "Node.js SDK for Circle API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)