Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix import routers into another router #40

Merged
merged 11 commits into from
Mar 3, 2025
2 changes: 2 additions & 0 deletions packages/create-rasengan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 1.2.0-beta.3 (2025-02-28)

## 1.2.0-beta.2 (2025-02-28)

## 1.2.0-beta.1 (2025-02-28)
2 changes: 1 addition & 1 deletion packages/create-rasengan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rasengan",
"version": "1.2.0-beta.2",
"version": "1.2.0-beta.3",
"description": "The Rasengan.js CLI tool to generate a new project with a simple template",
"main": "/dist/main.js",
"type": "module",
Loading