From 20380082a48dbfa4fa25775e7e6be16e96b50211 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Jan 2025 23:27:13 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f81ea6a..d640011c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.0](https://github.com/sanity-io/tsdoc/compare/v1.0.169...v2.0.0) (2025-01-08) + +### ⚠ BREAKING CHANGES + +- **deps:** the `legacyExports` and `ae-forgotten-export` options are removed + +### Features + +- **deps:** update dependency @sanity/pkg-utils to v7 ([#490](https://github.com/sanity-io/tsdoc/issues/490)) ([0228a2d](https://github.com/sanity-io/tsdoc/commit/0228a2d96bf50837dbef1a7e538465e7e507c3d8)) + ## [1.0.169](https://github.com/sanity-io/tsdoc/compare/v1.0.168...v1.0.169) (2025-01-08) ### Bug Fixes diff --git a/package.json b/package.json index 2620708a..3fa796b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/tsdoc", - "version": "1.0.169", + "version": "2.0.0", "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",