We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b5f42c + d6f0f0d commit 42f5831Copy full SHA for 42f5831
.changeset/witty-bobcats-itch.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# any-ts
2
3
+## 0.40.13
4
+
5
+### Patch Changes
6
7
+- ffc37c8: fix: exports `filter` from object module; moves function signatures to experimental status
8
9
## 0.40.12
10
11
### Patch Changes
package.json
@@ -1,7 +1,7 @@
{
"name": "any-ts",
"private": false,
- "version": "0.40.12",
+ "version": "0.40.13",
"author": {
"name": "Andrew Jarrett",
"email": "ahrjarrett@gmail.com",
src/version.ts
@@ -1,2 +1,2 @@
-export const ANY_TS_VERSION = "0.40.12" as const
+export const ANY_TS_VERSION = "0.40.13" as const
export type ANY_TS_VERSION = typeof ANY_TS_VERSION
0 commit comments