Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed May 15, 2021
1 parent b82148f commit 7429caa
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,17 @@ From 1.4.0 forward also Promises are supported. All other values (functions etc.

## [Unreleased]

## [1.5.0] - 2021-05-15

### Added

- Support for inferring Promises 👀

### Fixed

- Runtime now installed also on startup if there are typeholes in your code
- No more duplicate AutoDiscoveredN types

## [1.4.1] - 2021-05-09

### Fixed
Expand Down
136 changes: 136 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "rikurouvila",
"description": "🧪 Take samples of runtime values and turn them into type definitions automatically",
"repository": "https://github.com/rikukissa/typehole",
"version": "1.4.4",
"version": "1.5.0",
"private": true,
"icon": "images/logo.png",
"galleryBanner": {
Expand Down

0 comments on commit 7429caa

Please sign in to comment.