diff --git a/.changeset/eight-toys-tan.md b/.changeset/eight-toys-tan.md deleted file mode 100644 index 552d8df..0000000 --- a/.changeset/eight-toys-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bfra.me/tsconfig": patch ---- - -`package.json`: Update `homepage`, add `keywords`, and extend `exports` diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index fbecfee..161d383 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @bfra.me/tsconfig +## 0.2.5 + +### Patch Changes + +- `package.json`: Update `homepage`, add `keywords`, and extend `exports` (by [@marcusrbrown](https://github.com/marcusrbrown) with [#148](https://github.com/bfra-me/works/pull/148)) + ## 0.2.4 ### Patch Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 2341494..375359c 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,7 +1,7 @@ { "name": "@bfra.me/tsconfig", "description": "Shared TypeScript configuration for bfra.me", - "version": "0.2.4", + "version": "0.2.5", "author": "Marcus R. Brown ", "license": "MIT", "type": "module",