Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jul 23, 2022
1 parent d89671c commit 48cc047
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [1.0.5](https://github.com/wessberg/ts-evaluator/compare/v1.0.4...v1.0.5) (2022-07-23)


### Bug Fixes

* add null-check to avoid runtime exceptions under some circumstances on returned values ([d89671c](https://github.com/wessberg/ts-evaluator/commit/d89671c80df99bd8ae2a5c66c7657055c46646fd))



## [1.0.4](https://github.com/wessberg/ts-evaluator/compare/v1.0.3...v1.0.4) (2022-07-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ts-evaluator",
"version": "1.0.4",
"version": "1.0.5",
"description": "An interpreter for Typescript that can evaluate an arbitrary Node within a Typescript AST",
"scripts": {
"generate:sandhog": "sandhog all --yes",
Expand Down

0 comments on commit 48cc047

Please sign in to comment.