Skip to content

Commit

Permalink
Merge pull request #84 from ahrjarrett/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ahrjarrett authored Apr 28, 2024
2 parents 6f7065a + 8c69153 commit a679b6b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .changeset/ninety-cows-bow.md

This file was deleted.

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

## 0.40.11

### Patch Changes

- e611ada: ## features
adds:

- `object.filter`
- `object.filterKeys`

## deprecations

deprecates:

- `any.arrayof` - use `any.arrayOf` instead
- `any.entriesof` - use `any.entriesOf` instead
- `any.entryof` - use `any.entryOf` instead
- `any.keysof` - use `any.keysOf` instead
- `any.subtypeof` - use `any.subtypeOf` instead
- `any.indexedby` - use `any.indexedBy` instead

## 0.40.10

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

0 comments on commit a679b6b

Please sign in to comment.