Skip to content

Commit

Permalink
0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Nov 9, 2019
1 parent c96e892 commit 306a8c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [0.0.24](https://github.com/wessberg/ts-evaluator/compare/v0.0.23...v0.0.24) (2019-11-09)


### Features

* **optional chaining:** add support for optional chaining and nullish coalescing ([7a79b34](https://github.com/wessberg/ts-evaluator/commit/7a79b34e6dd098a87f98bfab64c707a640c55ade))



## [0.0.23](https://github.com/wessberg/ts-evaluator/compare/v0.0.22...v0.0.23) (2019-10-14)


Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@wessberg/ts-evaluator",
"version": "0.0.23",
"version": "0.0.24",
"description": "An interpreter for Typescript that can evaluate an arbitrary Node within a Typescript AST",
"scripts": {
"generate:scaffold": "scaffold all --yes",
Expand Down Expand Up @@ -54,7 +54,7 @@
"find-up": "^4.1.0",
"ts-node": "^8.4.1",
"rollup": "^1.26.4",
"typescript": "3.7.2"
"typescript": "3.7.2"
},
"dependencies": {
"@types/deasync": "0.1.0",
Expand Down

0 comments on commit 306a8c1

Please sign in to comment.