Skip to content

Commit

Permalink
Merge pull request #153 from ahrjarrett/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release package
  • Loading branch information
ahrjarrett authored Jun 10, 2024
2 parents bc559e0 + 940d8cf commit d84e216
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-owls-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-jobs-visit.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# any-ts

## 0.45.2

### Patch Changes

- 1ea3201: fix: `Case.pascal` and `Case.camel` converting all caps incorrectly
- 58593b0: fix: removes "module" field in manifest so `any-ts` plays nice with Vite

## 0.45.1

### 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.45.1",
"version": "0.45.2",
"type": "module",
"author": {
"name": "Andrew Jarrett",
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.45.1" as const
export const ANY_TS_VERSION = "0.45.2" as const
export type ANY_TS_VERSION = typeof ANY_TS_VERSION

0 comments on commit d84e216

Please sign in to comment.