Skip to content

Commit

Permalink
bump: v0.40.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrjarrett committed Apr 15, 2024
1 parent 96122e1 commit 82efed4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# any-ts

## 0.40.7

### Patch Changes

- fix: adds npm script to ci

## 0.40.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "any-ts",
"private": false,
"version": "0.40.6",
"version": "0.40.7",
"author": {
"name": "Andrew Jarrett",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 82efed4

Please sign in to comment.