Skip to content

Commit

Permalink
chore(release): v0.12.0 🎉 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored May 11, 2024
1 parent 57530dc commit e1a4606
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.12.0](https://github.com/ehmpathy/type-fns/compare/v0.11.0...v0.12.0) (2024-05-11)


### Features

* **assure:** expose generic withAssure wrapper; also, withAssure isPresent ([009b29e](https://github.com/ehmpathy/type-fns/commit/009b29ef4c96e043ba84a5a9e41637f8517226d3))


### Bug Fixes

* **lint:** upgrade eslint to support typescript v5 ([57530dc](https://github.com/ehmpathy/type-fns/commit/57530dc61e727f6035cf0aa030e6f6ad1f290586))

## [0.11.0](https://github.com/ehmpathy/type-fns/compare/v0.10.0...v0.11.0) (2024-05-09)


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

0 comments on commit e1a4606

Please sign in to comment.