Skip to content

Commit

Permalink
Merge pull request #91 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 Apr 29, 2024
2 parents 8c829a6 + 54f9abb commit 0b588bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-turtles-taste.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.40.14

### Patch Changes

- 77e9cfd: export `filter` and `filterKeys` from `object` module

## 0.40.13

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

0 comments on commit 0b588bd

Please sign in to comment.