Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed May 30, 2017
1 parent 86858b3 commit 561e638
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.2.0"></a>
# [0.2.0](https://github.com/KnisterPeter/tscodeshift/compare/v0.1.0...v0.2.0) (2017-05-30)


### Bug Fixes

* allow for empty return values from transforms ([87fe6b4](https://github.com/KnisterPeter/tscodeshift/commit/87fe6b4))


### Features

* add collection filter ([ce7c420](https://github.com/KnisterPeter/tscodeshift/commit/ce7c420))
* add name pattern to identifier collection ([17856c5](https://github.com/KnisterPeter/tscodeshift/commit/17856c5))
* add pattern patching for call expressions ([d544fac](https://github.com/KnisterPeter/tscodeshift/commit/d544fac))
* allow to create collection from node ([d4d9d5a](https://github.com/KnisterPeter/tscodeshift/commit/d4d9d5a))



<a name="0.1.0"></a>
# 0.1.0 (2017-05-30)

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": "tscodeshift",
"version": "0.1.0",
"version": "0.2.0",
"description": "tscodeshift is a toolkit for running codemods over multiple TS files",
"main": "./dist/src/index.js",
"bin": "./dist/src/index.js",
Expand Down

0 comments on commit 561e638

Please sign in to comment.