create-rspack 0.0.20 → 0.0.21

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,15 @@
1
1
  # create-rspack
2
2
 
3
+ ## 0.0.21
4
+
5
+ ### Patch Changes
6
+
7
+ - 6d6e65e4: feat: update packages repository config
8
+
9
+ ## 0.0.20
10
+
11
+ - d30bbcc: fix build failed for svg
12
+
3
13
  ## 0.0.19
4
14
 
5
15
  ### Patch Changes
package/README.md CHANGED
@@ -13,4 +13,4 @@ See [https://rspack.org](https://rspack.org) for details.
13
13
 
14
14
  ## License
15
15
 
16
- Rspack is [MIT licensed](https://github.com/modern-js-dev/rspack/blob/main/LICENSE).
16
+ Rspack is [MIT licensed](https://github.com/web-infra-dev/rspack/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "create-rspack",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
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
9
  "homepage": "https://rspack.org",
10
- "bugs": "https://github.com/modern-js-dev/rspack/issues",
11
- "repository": "modern-js-dev/rspack",
10
+ "bugs": "https://github.com/web-infra-dev/rspack/issues",
11
+ "repository": "web-infra-dev/rspack",
12
12
  "dependencies": {
13
13
  "yargs": "17.6.2",
14
14
  "prompts": "2.4.2"