diff --git a/.changeset/rare-tools-sell.md b/.changeset/rare-tools-sell.md deleted file mode 100644 index 83499ffe7837..000000000000 --- a/.changeset/rare-tools-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typescript/typescript6": patch ---- - -Initial release diff --git a/packages/typescript6/CHANGELOG.md b/packages/typescript6/CHANGELOG.md new file mode 100644 index 000000000000..ad6cea55626f --- /dev/null +++ b/packages/typescript6/CHANGELOG.md @@ -0,0 +1,7 @@ +# @typescript/typescript6 + +## 6.0.0 + +### Patch Changes + +- [#3545](https://github.com/microsoft/TypeScript-Website/pull/3545) [`ce869b7`](https://github.com/microsoft/TypeScript-Website/commit/ce869b76541c264b480870de85d24e785c58395b) Thanks [@jakebailey](https://github.com/jakebailey)! - Initial release diff --git a/packages/typescript6/package.json b/packages/typescript6/package.json index 01f75ad458ff..4833f2e5d631 100644 --- a/packages/typescript6/package.json +++ b/packages/typescript6/package.json @@ -1,6 +1,6 @@ { "name": "@typescript/typescript6", - "version": "6.0.0-0", + "version": "6.0.0", "author": "Microsoft Corp.", "homepage": "https://www.typescriptlang.org/", "license": "Apache-2.0",