Skip to content

Commit

Permalink
Merge pull request #158 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 23, 2024
2 parents 4cc480e + 35df1eb commit 73d3411
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
12 changes: 0 additions & 12 deletions .changeset/grumpy-otters-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-melons-fix.md

This file was deleted.

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

## 0.47.0

### Minor Changes

- [#157](https://github.com/ahrjarrett/any-ts/pull/157) [`9fb7871`](https://github.com/ahrjarrett/any-ts/commit/9fb787131d523b176913da5cf7f3c91d952ce317) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - break: renames `match.finite*` to `match.finite.*`

for example:

```
match.finiteArray -> match.finite.array
match.nonfiniteArray -> match.nonfinite.array
```

### Patch Changes

- [#160](https://github.com/ahrjarrett/any-ts/pull/160) [`350fd9f`](https://github.com/ahrjarrett/any-ts/commit/350fd9f26f853de331be1c88ae51cccadc2adbe8) Thanks [@ahrjarrett](https://github.com/ahrjarrett)! - fix: re-exports `some.instanceOf`; feat: adds `any.maybeIndexedBy`

## 0.46.0

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

0 comments on commit 73d3411

Please sign in to comment.