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 e121d66 commit b79119eCopy full SHA for b79119e
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [1.0.4](https://github.com/wessberg/ts-evaluator/compare/v1.0.3...v1.0.4) (2022-07-23)
2
+
3
4
+### Features
5
6
+* add ([e121d66](https://github.com/wessberg/ts-evaluator/commit/e121d662745c5cdbb83e2a0669258ff0c16a4b9d))
7
8
9
10
## [1.0.3](https://github.com/wessberg/ts-evaluator/compare/v1.0.2...v1.0.3) (2022-07-22)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-evaluator",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "An interpreter for Typescript that can evaluate an arbitrary Node within a Typescript AST",
"scripts": {
"generate:sandhog": "sandhog all --yes",
0 commit comments