Skip to content

Commit

Permalink
chore(release): v0.9.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Apr 24, 2024
1 parent cc4fd3d commit 12791ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.2](https://github.com/ehmpathy/type-fns/compare/v0.9.1...v0.9.2) (2024-04-24)


### Bug Fixes

* **omit:** ensure omit satisfies Omit standard type ([90552cc](https://github.com/ehmpathy/type-fns/commit/90552cc459f663533ac12fde195d9f2c72137cda))
* **pick:** ensure pick satisfies Pick standard type ([cc4fd3d](https://github.com/ehmpathy/type-fns/commit/cc4fd3d253a2d3280cfb135463da2319cdcc83a1))

## [0.9.1](https://github.com/ehmpathy/type-fns/compare/v0.9.0...v0.9.1) (2023-10-26)


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": "0.9.1",
"version": "0.9.2",
"repository": "ehmpathy/type-fns",
"homepage": "https://github.com/ehmpathy/type-fns",
"keywords": [
Expand Down

0 comments on commit 12791ef

Please sign in to comment.