diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bf92a7..e34524f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v1.0.1 - 1970-01-01 +### Package updates +- vitest-config bumped to vitest-config-v1.0.1 +### Global changes + +- - - + ## v1.0.0 - 1970-01-01 ### Packages - typescript-config locked to typescript-config-v0.1.0 diff --git a/packages/vitest-config/CHANGELOG.md b/packages/vitest-config/CHANGELOG.md new file mode 100644 index 0000000..169c03c --- /dev/null +++ b/packages/vitest-config/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog +All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. + +- - - +## vitest-config-v1.0.1 - 2025-02-27 +#### Bug Fixes +- Include TypeScript files in bundle - (8c31241) - trbernstein + +- - - + +Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). \ No newline at end of file diff --git a/packages/vitest-config/package.json b/packages/vitest-config/package.json index d5fba95..84892ed 100644 --- a/packages/vitest-config/package.json +++ b/packages/vitest-config/package.json @@ -1,7 +1,7 @@ { "name": "@tabshift/vitest-config", "description": "Shared TypeScript config of Tabshift", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "scripts": { "build": "tsc",