diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f5e23eb..aa48c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/unlayer/unlayer-typescript/compare/v0.2.0...v0.2.1) (2026-08-30) + + +### Bug Fixes + +* **repo:** publish verified archive as local file ([cd21500](https://github.com/unlayer/unlayer-typescript/commit/cd21500eb7315ed44dcd93d0e13eac9c11b94f6d)) +* **repo:** publish verified archive as local file ([de236b7](https://github.com/unlayer/unlayer-typescript/commit/de236b71074e3026aa19105d6c101fea2519f6ca)) + ## [0.2.0](https://github.com/unlayer/unlayer-typescript/compare/v0.1.0...v0.2.0) (2026-08-30) diff --git a/package.json b/package.json index aa6276a..fffb3cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unlayer/sdk", - "version": "0.2.0", + "version": "0.2.1", "description": "The official TypeScript library for the Unlayer API", "author": "Unlayer", "types": "dist/index.d.mts",