Skip to content

Commit

Permalink
chore: bump to 1.0.0 (#36)
Browse files Browse the repository at this point in the history
* chore: bump to 1.0.0

* doc: update readme
  • Loading branch information
xfsnowind authored Jan 17, 2025
1 parent a7030f8 commit e0e0ed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ export default defineConfig({
| rspackConfig (Optional) | [Rspack Configuration](https://github.com/web-infra-dev/rspack/blob/12dbc8659f9e9bd16b4bba7ee6135e63364f3975/packages/rspack/src/config/zod.ts#L1180C3-L1180C3), can be `require` from rspack config file |
| onConfigNotFound (Optional) | The callback function when config not found |

## Migration to v1

In version 1, we supports the [Cypress 14 's justInTimeCompile](https://docs.cypress.io/app/references/changelog#14-0-0), the specs structure has been updated.
If you still use Cypress <= 13, please use the version 0.0.x.

## License

[![license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/cypress-io/cypress/blob/develop/LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-rspack-dev-server",
"version": "0.0.7",
"version": "1.0.0",
"description": "Launches Rspack Dev Server for Component Testing",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e0e0ed4

Please sign in to comment.