diff --git a/.changeset/kind-turtles-taste.md b/.changeset/kind-turtles-taste.md deleted file mode 100644 index 9fc0df3..0000000 --- a/.changeset/kind-turtles-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"any-ts": patch ---- - -export `filter` and `filterKeys` from `object` module diff --git a/CHANGELOG.md b/CHANGELOG.md index ef099e8..0f0978c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # any-ts +## 0.40.14 + +### Patch Changes + +- 77e9cfd: export `filter` and `filterKeys` from `object` module + ## 0.40.13 ### Patch Changes diff --git a/package.json b/package.json index 63caab3..f7e74da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "any-ts", "private": false, - "version": "0.40.13", + "version": "0.40.14", "author": { "name": "Andrew Jarrett", "email": "ahrjarrett@gmail.com", diff --git a/src/version.ts b/src/version.ts index 89c8844..659d858 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ -export const ANY_TS_VERSION = "0.40.13" as const +export const ANY_TS_VERSION = "0.40.14" as const export type ANY_TS_VERSION = typeof ANY_TS_VERSION \ No newline at end of file