Skip to content

Commit b79119e

Browse files
committed
1.0.4
1 parent e121d66 commit b79119e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## [1.0.3](https://github.com/wessberg/ts-evaluator/compare/v1.0.2...v1.0.3) (2022-07-22)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-evaluator",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "An interpreter for Typescript that can evaluate an arbitrary Node within a Typescript AST",
55
"scripts": {
66
"generate:sandhog": "sandhog all --yes",

0 commit comments

Comments
 (0)