Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jul 22, 2022
1 parent 8436f68 commit a601460
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## [1.0.3](https://github.com/wessberg/ts-evaluator/compare/v1.0.2...v1.0.3) (2022-07-22)


### Features

* make behavior when not passing in a typechecker far more robust ([5f6634f](https://github.com/wessberg/ts-evaluator/commit/5f6634f55929955a9d37a9263f99d0227f1a3956))
* make evaluating identifiers more robust ([8436f68](https://github.com/wessberg/ts-evaluator/commit/8436f686b10d218977e242afcabbc2172f32bdca))



## [1.0.2](https://github.com/wessberg/ts-evaluator/compare/v1.0.1...v1.0.2) (2022-07-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ts-evaluator",
"version": "1.0.2",
"version": "1.0.3",
"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 a601460

Please sign in to comment.