From 561e6388dd06be2b24980dcbb9cc7f6dd64e794c Mon Sep 17 00:00:00 2001 From: Markus Wolf Date: Tue, 30 May 2017 18:01:39 +0200 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0179f18..2ab1b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +# [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)) + + + # 0.1.0 (2017-05-30) diff --git a/package.json b/package.json index 90ab445..49b49f4 100644 --- a/package.json +++ b/package.json @@ -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",