Skip to content

Commit

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


### Features

* make passing in a typechecker optional and document its operation ([3966d4b](https://github.com/wessberg/ts-evaluator/commit/3966d4ba8fda13297bd794743d1061408b3c7a71))



## [1.0.1](https://github.com/wessberg/ts-evaluator/compare/v1.0.0...v1.0.1) (2022-06-07)


Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -89,6 +89,7 @@ If you are looking for a Typescript REPL, or a way to _execute_ a full Typescrip
- [pnpm](#pnpm)
- [Peer Dependencies](#peer-dependencies)
- [Usage](#usage)
- [Behavior without a typechecker](#behavior-without-a-typechecker)
- [Setting up an environment](#setting-up-an-environment)
- [Setting up Policies](#setting-up-policies)
- [Custom TypeScript version](#custom-typescript-version)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ts-evaluator",
"version": "1.0.1",
"version": "1.0.2",
"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 faabab5

Please sign in to comment.