Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 4, 2023
1 parent 2030afe commit 78283bf
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.2.0](https://github.com/wessberg/ts-evaluator/compare/v1.1.0...v1.2.0) (2023-08-04)


### Features

* add Typescript v[4.9.5 ; 5.1.6] support ([b699f23](https://github.com/wessberg/ts-evaluator/commit/b699f237b26ca9fe3a263b6e65b50fb6a4cba7d7))
* add TypeScript v5.1 support. Add support for newer JSDOM versions ([6f06ef0](https://github.com/wessberg/ts-evaluator/commit/6f06ef0635136578c64738fec01f7f1817c85be8))



# [1.1.0](https://github.com/wessberg/ts-evaluator/compare/v1.0.7...v1.1.0) (2023-01-10)


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

Please sign in to comment.