From 44f7572383760bad162807dd10715b3327567603 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:31:03 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 783d3bf..bc7a84b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.4" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f3c1f..75ae08a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## [3.0.0](https://github.com/nodestycom/node-api-client/compare/v2.0.4...v3.0.0) (2026-07-13) + + +### ⚠ BREAKING CHANGES + +* **api:** replace manual client with generated SDK + +### Features + +* **api:** replace manual client with generated SDK ([0429ccf](https://github.com/nodestycom/node-api-client/commit/0429ccf75a66714ac9e35fcb269ce4b4f47405c5)) + ## v2.0.4 [compare changes](https://github.com/nodestycom/node-api-client/compare/v2.0.3...v2.0.4) @@ -91,4 +102,3 @@ ### ❤️ Contributors - Hanzydev - diff --git a/package.json b/package.json index aadbab0..6748f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodesty/api-client", - "version": "2.0.4", + "version": "3.0.0", "description": "Generated, type-safe Node.js client for the Nodesty API.", "main": "dist/index.js", "types": "dist/index.d.ts",