Skip to content

Commit

Permalink
chore(main): release 1.4.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 21, 2023
1 parent 293684f commit c768655
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.4.0](https://github.com/mammadataei/cypress-vite/compare/v1.3.2...v1.4.0) (2023-04-21)


### Features

* allow user to specify full Vite config, not just `configFile` ([#53](https://github.com/mammadataei/cypress-vite/issues/53)) ([293684f](https://github.com/mammadataei/cypress-vite/commit/293684fc092692d247564aada08368ff6bf7de05))


### Bug Fixes

* use chokidar file watcher instead of Vite/Rollup watch ([#50](https://github.com/mammadataei/cypress-vite/issues/50)) ([a2eec1d](https://github.com/mammadataei/cypress-vite/commit/a2eec1d273cda0aa57eb5300804f42033a7e40dc))

## [1.3.2](https://github.com/mammadataei/cypress-vite/compare/v1.3.1...v1.3.2) (2023-04-11)


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-vite",
"version": "1.3.2",
"version": "1.4.0",
"description": "Run Cypress specs using Vite",
"author": "Mohammad Ataei",
"license": "MIT",
Expand Down

0 comments on commit c768655

Please sign in to comment.