Skip to content

Commit d84e216

Browse files
authored
Merge pull request #153 from ahrjarrett/changeset-release/main
chore: release package
2 parents bc559e0 + 940d8cf commit d84e216

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

.changeset/friendly-owls-flash.md

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

.changeset/soft-jobs-visit.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.45.2
4+
5+
### Patch Changes
6+
7+
- 1ea3201: fix: `Case.pascal` and `Case.camel` converting all caps incorrectly
8+
- 58593b0: fix: removes "module" field in manifest so `any-ts` plays nice with Vite
9+
310
## 0.45.1
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.45.1",
4+
"version": "0.45.2",
55
"type": "module",
66
"author": {
77
"name": "Andrew Jarrett",

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.45.1" as const
1+
export const ANY_TS_VERSION = "0.45.2" as const
22
export type ANY_TS_VERSION = typeof ANY_TS_VERSION

0 commit comments

Comments
 (0)