create-rspack 0.0.21 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # create-rspack
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2ba87f3a: chore: let's rspack
8
+
3
9
  ## 0.0.21
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -9,7 +9,7 @@ Create a new rspack project.
9
9
 
10
10
  ## Documentation
11
11
 
12
- See [https://rspack.org](https://rspack.org) for details.
12
+ See [https://rspack.dev](https://rspack.dev) for details.
13
13
 
14
14
  ## License
15
15
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "create-rspack",
3
- "version": "0.0.21",
3
+ "version": "0.1.0",
4
4
  "license": "Create a new rspack project",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "create-rspack": "index.js"
8
8
  },
9
- "homepage": "https://rspack.org",
9
+ "homepage": "https://rspack.dev",
10
10
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
11
11
  "repository": "web-infra-dev/rspack",
12
12
  "dependencies": {