diff --git a/CHANGELOG.md b/CHANGELOG.md index bc399ac..862c248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.5](https://github.com/sanity-io/asset-utils/compare/v2.0.4...v2.0.5) (2024-10-03) + + +### Bug Fixes + +* (ci): use correct token for github pages ([8180702](https://github.com/sanity-io/asset-utils/commit/818070286a045aa8c3f964bafdc064e416c90279)) +* improve commit message for readme generation ([10fcede](https://github.com/sanity-io/asset-utils/commit/10fcede0f71ddc93ad94156aea37c657643b4018)) + ## [2.0.4](https://github.com/sanity-io/asset-utils/compare/v2.0.3...v2.0.4) (2024-10-03) diff --git a/package.json b/package.json index bcb2f55..732addb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/asset-utils", - "version": "2.0.4", + "version": "2.0.5", "author": "Sanity.io ", "license": "MIT", "type": "module",