Skip to content

Commit

Permalink
0.3.26
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Sep 21, 2021
1 parent b579487 commit 5a2a368
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.3.26](https://github.com/wessberg/ts-clone-node/compare/v0.3.25...v0.3.26) (2021-09-21)


### Bug Fixes

* fix an issue where ArrayTypeNodes didn't have their TextSpan reset ([b579487](https://github.com/wessberg/ts-clone-node/commit/b5794873b200af1a15517e76968d88a01f1ac3ab))



## [0.3.25](https://github.com/wessberg/ts-clone-node/compare/v0.3.24...v0.3.25) (2021-08-31)


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": "ts-clone-node",
"version": "0.3.25",
"version": "0.3.26",
"description": "A library that helps you clone Nodes from a Typescript AST",
"scripts": {
"generate:sandhog": "sandhog all --yes",
Expand Down

0 comments on commit 5a2a368

Please sign in to comment.