Skip to content

Commit 8efed29

Browse files
authored
Merge pull request #86 from ahrjarrett/changeset-release/main
chore: release package(s)
2 parents 559b08b + 45f159d commit 8efed29

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

.changeset/fluffy-beers-repair.md

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

.changeset/nervous-planes-unite.md

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

CHANGELOG.md

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

3+
## 0.40.12
4+
5+
### Patch Changes
6+
7+
- 6cd69ad: infra: moves commit title to github action
8+
- bbbb0b7: chore: exports internal `Fn*` type constructors
9+
310
## 0.40.11
411

512
### 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.11",
4+
"version": "0.40.12",
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.11" as const
1+
export const ANY_TS_VERSION = "0.40.12" as const
22
export type ANY_TS_VERSION = typeof ANY_TS_VERSION

0 commit comments

Comments
 (0)