From 18339c20e36b4355bed924c6aa3b069317a34c1c Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Tue, 5 Apr 2022 16:02:50 +0200 Subject: [PATCH] Mark as stable (#22) Co-authored-by: Sebastian Silbermann --- .changeset/khaki-jars-brush.md | 8 ++++++++ bin/types-react-codemod.cjs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .changeset/khaki-jars-brush.md diff --git a/.changeset/khaki-jars-brush.md b/.changeset/khaki-jars-brush.md new file mode 100644 index 00000000..cb67bfe9 --- /dev/null +++ b/.changeset/khaki-jars-brush.md @@ -0,0 +1,8 @@ +--- +"types-react-codemod": major +--- + +Release 1.0.0 + +Includes no breaking changes. +Just marking this release as mature by not using the 0.x range. diff --git a/bin/types-react-codemod.cjs b/bin/types-react-codemod.cjs index 4c784fef..bbae1041 100755 --- a/bin/types-react-codemod.cjs +++ b/bin/types-react-codemod.cjs @@ -102,7 +102,7 @@ async function main() { childProcess.execSync(command, { stdio: "inherit" }); } ) - .version("0.0.1") + .version("1.0.0") .strict(true) .help() .parse();