Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 28, 2021
1 parent 76feaec commit 0112c07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v3.2.0 (2021-05-28)

#### :rocket: Enhancement
* [#179](https://github.com/rwjblue/codemod-cli/pull/179) Allow alternate folder structures for codemod-cli project ([@rwjblue](https://github.com/rwjblue))
* [#166](https://github.com/rwjblue/codemod-cli/pull/166) Add gitignore option to globby ([@tylerbecks](https://github.com/tylerbecks))

#### Committers: 2
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Tyler Becks ([@tylerbecks](https://github.com/tylerbecks))


## v3.1.2 (2021-02-17)

#### :bug: Bug Fix
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": "codemod-cli",
"version": "3.1.2",
"version": "3.2.0",
"description": "a command line tool for generating, testing, and publishing codemods",
"keywords": [
"cli",
Expand Down

0 comments on commit 0112c07

Please sign in to comment.