diff --git a/.release-please-manifest.staging.json b/.release-please-manifest.staging.json index f9fc846..c31bf8e 100644 --- a/.release-please-manifest.staging.json +++ b/.release-please-manifest.staging.json @@ -1,3 +1,3 @@ { - ".": "1.29.0-rc" + ".": "1.29.0-rc.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 506f942..121535e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ * **smart_contracts:** refresh smart contracts data ([5ad4609](https://github.com/qubic/static/commit/5ad460913bf912e7f84a86f356b29f25e06908c6)) +## [1.29.0-rc.1](https://github.com/qubic/static/compare/v1.29.0-rc...v1.29.0-rc.1) (2026-08-16) + + +### Features + +* **smart_contracts:** refresh smart contracts data ([fdf462a](https://github.com/qubic/static/commit/fdf462a5a4e6f0eaa869ad6e3cd79782dcde50a0)) + ## [1.30.0](https://github.com/qubic/static/compare/v1.29.0...v1.30.0) (2026-08-14) diff --git a/package.json b/package.json index 1745c94..e0cc702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qubic-static-api", - "version": "1.30.0", + "version": "1.29.0-rc.1", "description": "Static data and assets for Qubic blockchain", "private": true, "packageManager": "pnpm@9.11.0",