diff --git a/.changeset/rotten-rules-appear.md b/.changeset/rotten-rules-appear.md deleted file mode 100644 index fc981ce..0000000 --- a/.changeset/rotten-rules-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"any-ts": patch ---- - -deprecate: `Identity` -- use `newtype` instead diff --git a/CHANGELOG.md b/CHANGELOG.md index fc224c2..0d1f49b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # any-ts +## 0.47.4 + +### Patch Changes + +- [#167](https://github.com/ahrjarrett/any-ts/pull/167) [`4234c81`](https://github.com/ahrjarrett/any-ts/commit/4234c8192815d8415b2722aa56285d44f942d4c2) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - deprecate: `Identity` -- use `newtype` instead + ## 0.47.3 ### Patch Changes diff --git a/package.json b/package.json index 936c75f..0ffc543 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "any-ts", "private": false, - "version": "0.47.3", + "version": "0.47.4", "type": "module", "author": { "name": "Andrew Jarrett", diff --git a/src/version.ts b/src/version.ts index 05367ce..6844f7f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ -export const ANY_TS_VERSION = "0.47.3" as const +export const ANY_TS_VERSION = "0.47.4" as const export type ANY_TS_VERSION = typeof ANY_TS_VERSION \ No newline at end of file