Skip to content

Commit

Permalink
Merge pull request #168 from ahrjarrett/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release package
  • Loading branch information
ahrjarrett authored Jul 21, 2024
2 parents 4c02264 + 9c03a13 commit 1285c37
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/rotten-rules-appear.md

This file was deleted.

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

## 0.47.4

### Patch Changes

- [#167](https://github.com/ahrjarrett/any-ts/pull/167) [`4234c81`](https://github.com/ahrjarrett/any-ts/commit/4234c8192815d8415b2722aa56285d44f942d4c2) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - deprecate: `Identity` -- use `newtype` instead

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

0 comments on commit 1285c37

Please sign in to comment.