Skip to content

Commit a20bd70

Browse files
committed
chore(release): 0.16.3
1 parent 51d238f commit a20bd70

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.16.3](https://github.com/JamieMason/codemods/compare/0.15.2...0.16.3) (2021-12-16)
2+
3+
### Bug Fixes
4+
5+
- **npm:** update jscodeshift
6+
([51d238f](https://github.com/JamieMason/codemods/commit/51d238f0528997dcda1461a76da68079969306c8))
7+
8+
### Features
9+
10+
- **react:** convert string expression props to literals
11+
([fe35134](https://github.com/JamieMason/codemods/commit/fe3513458c660e1e4bb8939b7d504c2b27d62de7))
12+
113
## [0.15.2](https://github.com/JamieMason/codemods/compare/0.9.1...0.15.2) (2021-12-16)
214

315
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codemods",
33
"description": "Transforms for use with JSCodeshift",
4-
"version": "0.15.2",
4+
"version": "0.16.3",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/codemods/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)