Skip to content

Commit 8463103

Browse files
release: 3.4.0 (#434)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4dd45b5 commit 8463103

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/new-kiwis-play.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# types-react-codemod
22

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- Add `--yes` option to skip prompts ([#432](https://github.com/eps1lon/types-react-codemod/pull/432) [`f0b075f`](https://github.com/eps1lon/types-react-codemod/commit/f0b075f5d36a5da307caca4451f19a12b21fb24b) by [@eps1lon](https://github.com/eps1lon))
8+
9+
Useful when applying presets when no user input is available or desired.
10+
311
## 3.3.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "types-react-codemod",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"bin": "bin/types-react-codemod.cjs",
55
"scripts": {
66
"format": "prettier . --write",

0 commit comments

Comments
 (0)