Skip to content

Commit

Permalink
Merge pull request #129 from ahrjarrett/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release package(s)
  • Loading branch information
ahrjarrett authored May 19, 2024
2 parents 1c2ce9f + 4a47be0 commit b9787a4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .changeset/ten-waves-warn.md

This file was deleted.

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

## 0.43.4

### Patch Changes

- 8c4fcc5: feat: adds
- [`mut.strings`](242b529)
- [`mut.numbers`](242b529)
- [`mut.booleans`](242b529)
- [`mut.literals`](7c8c41b)
- [`mut.primitives`](7c8c41b)

## 0.43.3

### 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.43.3",
"version": "0.43.4",
"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.43.3" as const
export const ANY_TS_VERSION = "0.43.4" as const
export type ANY_TS_VERSION = typeof ANY_TS_VERSION

0 comments on commit b9787a4

Please sign in to comment.