We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bfa6a commit ccb2123Copy full SHA for ccb2123
packages/create-monorepo/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### v1.0.12 (_2025-09-21_)
2
+
3
+- refactor: use tsx instead of esno
4
+- chore: bump deps
5
6
### v1.0.11 (_2025-04-20_)
7
8
- feat: set the type field to 'module'
packages/create-monorepo/package.json
@@ -1,6 +1,6 @@
{
"name": "@quick-start/create-monorepo",
- "version": "1.0.11",
+ "version": "1.0.12",
"description": "An easy way to start a monorepo project",
"main": "index.js",
"bin": {
0 commit comments