diff --git a/.changeset/orange-frogs-join.md b/.changeset/orange-frogs-join.md deleted file mode 100644 index 34bf4c1..0000000 --- a/.changeset/orange-frogs-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"any-ts": patch ---- - -fix: `some.entriesOf` when used in matching position diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a4a85..fc224c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # any-ts +## 0.47.3 + +### Patch Changes + +- [#165](https://github.com/ahrjarrett/any-ts/pull/165) [`60f77df`](https://github.com/ahrjarrett/any-ts/commit/60f77df8c7b48ca5535f408be5ddcc6bb0dabb44) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - fix: `some.entriesOf` when used in matching position + ## 0.47.2 ### Patch Changes diff --git a/package.json b/package.json index 4922e8d..936c75f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "any-ts", "private": false, - "version": "0.47.2", + "version": "0.47.3", "type": "module", "author": { "name": "Andrew Jarrett", diff --git a/src/version.ts b/src/version.ts index b2a1956..05367ce 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ -export const ANY_TS_VERSION = "0.47.2" as const +export const ANY_TS_VERSION = "0.47.3" as const export type ANY_TS_VERSION = typeof ANY_TS_VERSION \ No newline at end of file