Skip to content

Commit 9e4e120

Browse files
authored
Merge pull request #82 from ahrjarrett/changeset-release/main
Version Packages
2 parents cf6ba46 + 2b15566 commit 9e4e120

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/khaki-squids-deliver.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# any-ts
22

3+
## 0.40.10
4+
5+
### Patch Changes
6+
7+
- 66a6800: feat: adds `Widen` type + ambient namespace
8+
39
## 0.40.9
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "any-ts",
33
"private": false,
4-
"version": "0.40.9",
4+
"version": "0.40.10",
55
"author": {
66
"name": "Andrew Jarrett",
77
"email": "ahrjarrett@gmail.com",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const ANY_TS_VERSION = "0.40.9" as const
1+
export const ANY_TS_VERSION = "0.40.10" as const
22
export type ANY_TS_VERSION = typeof ANY_TS_VERSION

0 commit comments

Comments
 (0)