Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 2, 2023
1 parent 21bf22b commit 57dab14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [3.0.0](https://github.com/wessberg/ts-clone-node/compare/v2.0.4...v3.0.0) (2023-08-02)


### Features

* add TypeScript v5.1 support ([21bf22b](https://github.com/wessberg/ts-clone-node/commit/21bf22b4a6027cd89b2604f8ebcbb87d96576541))



## [2.0.4](https://github.com/wessberg/ts-clone-node/compare/v2.0.3...v2.0.4) (2023-01-09)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-clone-node",
"version": "2.0.4",
"version": "3.0.0",
"description": "A library that helps you clone Nodes from a Typescript AST",
"scripts": {
"generate:sandhog": "sandhog all --yes",
Expand Down Expand Up @@ -97,7 +97,7 @@
"typescript-4-7-2": "npm:[email protected]",
"typescript-4-8-2": "npm:[email protected]",
"typescript-4-9-4": "npm:[email protected]",
"typescript-5-0-4": "npm:[email protected]"
"typescript-5-0-4": "npm:[email protected]"
},
"dependencies": {
"compatfactory": "^3.0.0"
Expand Down

0 comments on commit 57dab14

Please sign in to comment.