diff --git a/packages/typescript-build/CHANGELOG.md b/packages/typescript-build/CHANGELOG.md index 4338f7f7..00065dea 100644 --- a/packages/typescript-build/CHANGELOG.md +++ b/packages/typescript-build/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@3.0.1...@nuxt/typescript-build@3.0.2) (2023-11-16) + +**Note:** Version bump only for package @nuxt/typescript-build + + + + + ## [3.0.1](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@3.0.0...@nuxt/typescript-build@3.0.1) (2023-03-28) diff --git a/packages/typescript-build/package.json b/packages/typescript-build/package.json index 1e7b7ada..7839d2fe 100644 --- a/packages/typescript-build/package.json +++ b/packages/typescript-build/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/typescript-build", - "version": "3.0.1", + "version": "3.0.2", "description": "Nuxt.js TypeScript support", "repository": "nuxt/typescript", "license": "MIT", diff --git a/packages/typescript-runtime/CHANGELOG.md b/packages/typescript-runtime/CHANGELOG.md index 7bccdcf1..02cc9f84 100644 --- a/packages/typescript-runtime/CHANGELOG.md +++ b/packages/typescript-runtime/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@3.0.1...@nuxt/typescript-runtime@3.0.2) (2023-11-16) + +**Note:** Version bump only for package @nuxt/typescript-runtime + + + + + ## [3.0.1](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@3.0.0...@nuxt/typescript-runtime@3.0.1) (2023-03-28) diff --git a/packages/typescript-runtime/package.json b/packages/typescript-runtime/package.json index 04f526a0..a38d725d 100644 --- a/packages/typescript-runtime/package.json +++ b/packages/typescript-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@nuxt/typescript-runtime", - "version": "3.0.1", + "version": "3.0.2", "description": "Nuxt.js TypeScript Runtime support", "repository": "nuxt/typescript", "license": "MIT",