Skip to content

Commit

Permalink
0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 23, 2020
1 parent bd6df51 commit 172c861
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.3.14](https://github.com/wessberg/ts-clone-node/compare/v0.3.13...v0.3.14) (2020-08-23)

### Features

- **JSDocDeprecatedTag:** add support for JSDocDeprecatedTags ([bd6df51](https://github.com/wessberg/ts-clone-node/commit/bd6df51fa07b0f885d93460618c2fb410a9f1fc8))

## [0.3.13](https://github.com/wessberg/ts-clone-node/compare/v0.3.12...v0.3.13) (2020-08-11)

### Bug Fixes
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.13",
"version": "0.3.14",
"description": "A library that helps you clone Nodes from a Typescript AST",
"scripts": {
"generate:scaffold": "scaffold all --yes",
Expand Down

0 comments on commit 172c861

Please sign in to comment.