Skip to content

Commit

Permalink
Merge pull request #105 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 6, 2024
2 parents a08cce3 + 7b851b3 commit 9d139ad
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-seahorses-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-ligers-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-meals-kiss.md

This file was deleted.

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

## 0.41.3

### Patch Changes

- 3595cde: feat: merge `mut` namespace with `mutable` type (both now exported as just `mut`)
- 5fe03fc: feat: adds `Identity` type
- 857ca94: feat: `eval` type (a simpler version of `evaluate`) is now exported from the library

## 0.41.2

### 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.41.2",
"version": "0.41.3",
"author": {
"name": "Andrew Jarrett",
"email": "[email protected]",
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.41.2" as const
export const ANY_TS_VERSION = "0.41.3" as const
export type ANY_TS_VERSION = typeof ANY_TS_VERSION

0 comments on commit 9d139ad

Please sign in to comment.