Skip to content

Commit

Permalink
chore(release): v1.15.0 🎉 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored May 25, 2024
1 parent 71cb283 commit d694c2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.15.0](https://github.com/ehmpathy/type-fns/compare/v1.14.0...v1.15.0) (2024-05-25)


### Features

* **types:** add PickAny type, symmetric with PickOne ([71cb283](https://github.com/ehmpathy/type-fns/commit/71cb283402577635149758b8474fa9e6f134ecb4))

## [1.14.0](https://github.com/ehmpathy/type-fns/compare/v1.13.0...v1.14.0) (2024-05-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "type-fns",
"author": "ehmpathy",
"description": "A set of types, type checks, and type guards for simpler, safer, and easier to read code.",
"version": "1.14.0",
"version": "1.15.0",
"repository": "ehmpathy/type-fns",
"homepage": "https://github.com/ehmpathy/type-fns",
"keywords": [
Expand Down

0 comments on commit d694c2c

Please sign in to comment.