@rspack/dev-server 0.0.0-20220909030737 → 0.0.0-20220909033216

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -8
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,11 @@
1
1
  # rspack-dev-server
2
2
 
3
- ## 0.0.0-20220909030737
3
+ ## 0.0.0-20220909033216
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 1fa6565e: test alpha publish
8
-
9
- ## 0.0.6
10
-
11
- ### Patch Changes
12
-
13
- - e6d0926a: unify version
7
+ - 738741e: test alpha publish
8
+ - e6d0926: unify version
14
9
 
15
10
  ## 0.0.4
16
11
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rspack/dev-server",
3
3
  "description": "",
4
- "version": "0.0.0-20220909030737",
4
+ "version": "0.0.0-20220909033216",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "author": "",