Skip to content

Commit

Permalink
Mark as stable (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Silbermann <sebastian.silbermann@klarna.com>
  • Loading branch information
eps1lon and Sebastian Silbermann committed Apr 5, 2022
1 parent 4fafa6f commit 18339c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .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.
2 changes: 1 addition & 1 deletion bin/types-react-codemod.cjs
Expand Up @@ -102,7 +102,7 @@ async function main() {
childProcess.execSync(command, { stdio: "inherit" });
}
)
.version("0.0.1")
.version("1.0.0")
.strict(true)
.help()
.parse();
Expand Down

0 comments on commit 18339c2

Please sign in to comment.