From 7b851b35be667259f1dda79b31e09f19685351be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:03:32 +0000 Subject: [PATCH] bump: v0.41.3 --- .changeset/empty-seahorses-call.md | 5 ----- .changeset/hot-ligers-shave.md | 5 ----- .changeset/wicked-meals-kiss.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/version.ts | 2 +- 6 files changed, 10 insertions(+), 17 deletions(-) delete mode 100644 .changeset/empty-seahorses-call.md delete mode 100644 .changeset/hot-ligers-shave.md delete mode 100644 .changeset/wicked-meals-kiss.md diff --git a/.changeset/empty-seahorses-call.md b/.changeset/empty-seahorses-call.md deleted file mode 100644 index 4b722ea..0000000 --- a/.changeset/empty-seahorses-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"any-ts": patch ---- - -feat: merge `mut` namespace with `mutable` type (both now exported as just `mut`) diff --git a/.changeset/hot-ligers-shave.md b/.changeset/hot-ligers-shave.md deleted file mode 100644 index 58281fb..0000000 --- a/.changeset/hot-ligers-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"any-ts": patch ---- - -feat: adds `Identity` type diff --git a/.changeset/wicked-meals-kiss.md b/.changeset/wicked-meals-kiss.md deleted file mode 100644 index e530a06..0000000 --- a/.changeset/wicked-meals-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"any-ts": patch ---- - -feat: `eval` type (a simpler version of `evaluate`) is now exported from the library diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba0991..c898ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # any-ts +## 0.41.3 + +### Patch Changes + +- 3595cde: feat: merge `mut` namespace with `mutable` type (both now exported as just `mut`) +- 5fe03fc: feat: adds `Identity` type +- 857ca94: feat: `eval` type (a simpler version of `evaluate`) is now exported from the library + ## 0.41.2 ### Patch Changes diff --git a/package.json b/package.json index 80585d0..4977951 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "any-ts", "private": false, - "version": "0.41.2", + "version": "0.41.3", "author": { "name": "Andrew Jarrett", "email": "ahrjarrett@gmail.com", diff --git a/src/version.ts b/src/version.ts index 695563f..f7e6caf 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ -export const ANY_TS_VERSION = "0.41.2" as const +export const ANY_TS_VERSION = "0.41.3" as const export type ANY_TS_VERSION = typeof ANY_TS_VERSION \ No newline at end of file