Skip to content

Commit 0112c07

Browse files
author
Robert Jackson
committed
Release 3.2.0
1 parent 76feaec commit 0112c07

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v3.2.0 (2021-05-28)
4+
5+
#### :rocket: Enhancement
6+
* [#179](https://github.com/rwjblue/codemod-cli/pull/179) Allow alternate folder structures for codemod-cli project ([@rwjblue](https://github.com/rwjblue))
7+
* [#166](https://github.com/rwjblue/codemod-cli/pull/166) Add gitignore option to globby ([@tylerbecks](https://github.com/tylerbecks))
8+
9+
#### Committers: 2
10+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
11+
- Tyler Becks ([@tylerbecks](https://github.com/tylerbecks))
12+
13+
314
## v3.1.2 (2021-02-17)
415

516
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codemod-cli",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"description": "a command line tool for generating, testing, and publishing codemods",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)