diff --git a/.changeset/tricky-owls-explain.md b/.changeset/tricky-owls-explain.md deleted file mode 100644 index aa6f1b5..0000000 --- a/.changeset/tricky-owls-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anthonyhastings/tds-utils": patch ---- - -Adding second tsconfig file explicit for builds diff --git a/packages/tds-utils/CHANGELOG.md b/packages/tds-utils/CHANGELOG.md index 33eb177..977c8d9 100644 --- a/packages/tds-utils/CHANGELOG.md +++ b/packages/tds-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @anthonyhastings/tds-utils +## 0.1.1 + +### Patch Changes + +- b0f7a61: Adding second tsconfig file explicit for builds + ## 0.1.0 ### Minor Changes diff --git a/packages/tds-utils/package.json b/packages/tds-utils/package.json index 667f31c..cc24c92 100644 --- a/packages/tds-utils/package.json +++ b/packages/tds-utils/package.json @@ -1,7 +1,7 @@ { "name": "@anthonyhastings/tds-utils", "description": "A collection of utility methods and react hooks.", - "version": "0.1.0", + "version": "0.1.1", "repository": { "directory": "packages/tds-utils", "type": "git",