From 82efed40796b3f2ab6250503e8b3978876bdf1b5 Mon Sep 17 00:00:00 2001 From: Andrew Jarrett Date: Sun, 14 Apr 2024 23:56:33 -0500 Subject: [PATCH] bump: v0.40.7 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/version.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f18d25..cae7e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # any-ts +## 0.40.7 + +### Patch Changes + +- fix: adds npm script to ci + ## 0.40.6 ### Patch Changes diff --git a/package.json b/package.json index 2c5f382..5ce2113 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "any-ts", "private": false, - "version": "0.40.6", + "version": "0.40.7", "author": { "name": "Andrew Jarrett", "email": "ahrjarrett@gmail.com", diff --git a/src/version.ts b/src/version.ts index 7ef2677..055e417 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ -export const ANY_TS_VERSION = "0.40.6" as const +export const ANY_TS_VERSION = "0.40.7" as const export type ANY_TS_VERSION = typeof ANY_TS_VERSION \ No newline at end of file