diff --git a/.changes/publish-latest-tag.md b/.changes/publish-latest-tag.md deleted file mode 100644 index 5a5599152544..000000000000 --- a/.changes/publish-latest-tag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tauri-apps/api": patch:changes ---- - -Publish package with the latest NPM tag. diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 49ae17609b16..0b68c9487192 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.0.1] + +### What's Changed + +- [`be683e2ac`](https://www.github.com/tauri-apps/tauri/commit/be683e2ac36df9c51a5c050d9d500247bd019090) ([#11199](https://www.github.com/tauri-apps/tauri/pull/11199) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Publish package with the latest NPM tag. + ## \[2.0.0] ### What's Changed diff --git a/packages/api/package.json b/packages/api/package.json index a55f1543e55f..782fb64df490 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/api", - "version": "2.0.0", + "version": "2.0.1", "description": "Tauri API definitions", "funding": { "type": "opencollective",