From 9b3e17c9d901e5ee60c1d21ed6db1073c24bddd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 23 Jun 2024 02:59:33 +0000 Subject: [PATCH] bump: v0.47.3 --- .changeset/orange-frogs-join.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/orange-frogs-join.md 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