Skip to content

Commit 28608d5

Browse files
authored
chore: release v1.1.5 (#66)
1 parent cccecf3 commit 28608d5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://npmjs.com/package/@rspack/dev-server?activeTab=readme"><img src="https://img.shields.io/npm/v/@rspack/dev-server?style=flat-square&colorA=564341&colorB=EDED91" alt="npm version" /></a>
55
<a href="https://npmcharts.com/compare/@rspack/dev-server?minimal=true"><img src="https://img.shields.io/npm/dm/@rspack/dev-server.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="downloads" /></a>
66
<a href="https://nodejs.org/en/about/previous-releases"><img src="https://img.shields.io/node/v/@rspack/dev-server.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="node version"></a>
7-
<a href="https://github.com/rspack-contrib/rspack-dev-server/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="license" /></a>
7+
<a href="https://github.com/rstackjs/rspack-dev-server/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=EDED91" alt="license" /></a>
88
</p>
99

1010
Use Rspack with a development server that provides live reloading. This should be used for development only.
@@ -111,4 +111,4 @@ Thanks to the [webpack-dev-server](https://github.com/webpack/webpack-dev-server
111111

112112
## License
113113

114-
[MIT licensed](https://github.com/rspack-contrib/rspack-dev-server/blob/main/LICENSE).
114+
[MIT licensed](https://github.com/rstackjs/rspack-dev-server/blob/main/LICENSE).

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/dev-server",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"license": "MIT",
55
"description": "Development server for rspack",
66
"main": "./dist/index.js",
@@ -51,10 +51,10 @@
5151
},
5252
"packageManager": "pnpm@10.27.0",
5353
"homepage": "https://rspack.rs",
54-
"bugs": "https://github.com/rspack-contrib/rspack-dev-server/issues",
54+
"bugs": "https://github.com/rstackjs/rspack-dev-server/issues",
5555
"repository": {
5656
"type": "git",
57-
"url": "https://github.com/rspack-contrib/rspack-dev-server"
57+
"url": "https://github.com/rstackjs/rspack-dev-server"
5858
},
5959
"devDependencies": {
6060
"@biomejs/biome": "^1.8.3",

0 commit comments

Comments
 (0)