We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9270d3 commit 8bf05f6Copy full SHA for 8bf05f6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [1.0.1](https://github.com/wessberg/ts-evaluator/compare/v1.0.0...v1.0.1) (2022-06-07)
2
+
3
4
5
# [1.0.0](https://github.com/wessberg/ts-evaluator/compare/v0.2.0...v1.0.0) (2022-06-07)
6
7
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-evaluator",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "An interpreter for Typescript that can evaluate an arbitrary Node within a Typescript AST",
"scripts": {
"generate:sandhog": "sandhog all --yes",
0 commit comments