Skip to content

Commit

Permalink
0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Mar 16, 2021
1 parent c4b6082 commit 5ca3372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## [0.3.18](https://github.com/wessberg/ts-clone-node/compare/v0.3.16...v0.3.18) (2021-03-16)
## [0.3.19](https://github.com/wessberg/ts-clone-node/compare/v0.3.16...v0.3.19) (2021-03-16)


### Bug Fixes

* **ImportEqualsDeclaration:** add support for constructing type-only ImportEqualsDeclarations, as supported by TypeScript 4.2 ([c4b6082](https://github.com/wessberg/ts-clone-node/commit/c4b60823b1a6b89d3d87497663fa099c794eaf6b))
* add support for 4.1.0-beta and 4.1.0 nightly ([a164d27](https://github.com/wessberg/ts-clone-node/commit/a164d27c65c758f940655087f3195aa79b621533))
* support [@see](https://github.com/see) jsdoc comments with TypeScript 4.1 ([bc8d58c](https://github.com/wessberg/ts-clone-node/commit/bc8d58ca8de91d505c805f02bb26d68226e18d27))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wessberg/ts-clone-node",
"version": "0.3.18",
"version": "0.3.19",
"description": "A library that helps you clone Nodes from a Typescript AST",
"scripts": {
"generate:scaffold": "scaffold all --yes",
Expand Down

0 comments on commit 5ca3372

Please sign in to comment.