diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b0fc47b..f7cff158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.130](https://github.com/sanity-io/tsdoc/compare/v1.0.129...v1.0.130) (2024-11-13) + +### Bug Fixes + +- **deps:** Update sanity monorepo ([#405](https://github.com/sanity-io/tsdoc/issues/405)) ([83eefc5](https://github.com/sanity-io/tsdoc/commit/83eefc5b6bae084acf5b7a97ef371d15f043c3cb)) + ## [1.0.129](https://github.com/sanity-io/tsdoc/compare/v1.0.128...v1.0.129) (2024-11-11) ### Bug Fixes diff --git a/package.json b/package.json index e3b79313..b27b8494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/tsdoc", - "version": "1.0.129", + "version": "1.0.130", "description": "Generate API reference docs from TypeScript projects and store in a Sanity-friendly JSON format. Render a static frontend, or as React components.", "keywords": [ "sanity",