From 9a571309e2d21562fff68bb221aa21245bb9c3af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 May 2024 13:46:47 +0000 Subject: [PATCH] bump: v0.43.6 --- .changeset/five-cycles-cheer.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/five-cycles-cheer.md diff --git a/.changeset/five-cycles-cheer.md b/.changeset/five-cycles-cheer.md deleted file mode 100644 index d8adacc..0000000 --- a/.changeset/five-cycles-cheer.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"any-ts": patch ---- - -- feat: separates `empty` from `nonempty` -- docs: documents `empty` and `nonempty` namespaces -- feat: adds simplified `TypeError` module (`type-error/type-error.ts`) - - todo: creates this todo: https://github.com/ahrjarrett/any-ts/issues/132 diff --git a/CHANGELOG.md b/CHANGELOG.md index f93ce81..f3aaabd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # any-ts +## 0.43.6 + +### Patch Changes + +- 9fcdbda: - feat: separates `empty` from `nonempty` + - docs: documents `empty` and `nonempty` namespaces + - feat: adds simplified `TypeError` module (`type-error/type-error.ts`) + - todo: creates this todo: https://github.com/ahrjarrett/any-ts/issues/132 + ## 0.43.5 ### Patch Changes diff --git a/package.json b/package.json index 683d2dc..4a32f36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "any-ts", "private": false, - "version": "0.43.5", + "version": "0.43.6", "type": "module", "author": { "name": "Andrew Jarrett", diff --git a/src/version.ts b/src/version.ts index 6336969..15c91c6 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ -export const ANY_TS_VERSION = "0.43.5" as const +export const ANY_TS_VERSION = "0.43.6" as const export type ANY_TS_VERSION = typeof ANY_TS_VERSION \ No newline at end of file