From 8c69153224bbdfff75694595ce97d5098f02028a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 28 Apr 2024 21:54:31 +0000 Subject: [PATCH] bump: v0.40.11 --- .changeset/ninety-cows-bow.md | 17 ----------------- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 23 insertions(+), 19 deletions(-) delete mode 100644 .changeset/ninety-cows-bow.md diff --git a/.changeset/ninety-cows-bow.md b/.changeset/ninety-cows-bow.md deleted file mode 100644 index 753a157..0000000 --- a/.changeset/ninety-cows-bow.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"any-ts": patch ---- - -## features -adds: -- `object.filter` -- `object.filterKeys` - -## deprecations -deprecates: -- `any.arrayof` - use `any.arrayOf` instead -- `any.entriesof` - use `any.entriesOf` instead -- `any.entryof` - use `any.entryOf` instead -- `any.keysof` - use `any.keysOf` instead -- `any.subtypeof` - use `any.subtypeOf` instead -- `any.indexedby` - use `any.indexedBy` instead diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dac345..dceeafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # any-ts +## 0.40.11 + +### Patch Changes + +- e611ada: ## features + adds: + + - `object.filter` + - `object.filterKeys` + + ## deprecations + + deprecates: + + - `any.arrayof` - use `any.arrayOf` instead + - `any.entriesof` - use `any.entriesOf` instead + - `any.entryof` - use `any.entryOf` instead + - `any.keysof` - use `any.keysOf` instead + - `any.subtypeof` - use `any.subtypeOf` instead + - `any.indexedby` - use `any.indexedBy` instead + ## 0.40.10 ### Patch Changes diff --git a/package.json b/package.json index d1fe668..1491f51 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "any-ts", "private": false, - "version": "0.40.10", + "version": "0.40.11", "author": { "name": "Andrew Jarrett", "email": "ahrjarrett@gmail.com", diff --git a/src/version.ts b/src/version.ts index f67820e..222cb3b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ -export const ANY_TS_VERSION = "0.40.10" as const +export const ANY_TS_VERSION = "0.40.11" as const export type ANY_TS_VERSION = typeof ANY_TS_VERSION \ No newline at end of file