Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0](v0.4.5...v0.5.0) (2020-08-22)

### Features

* add support for multiple watchers for the same file ([f0cd0db](f0cd0db))
  • Loading branch information
semantic-release-bot committed Aug 22, 2020
1 parent f0cd0db commit 2e44fc2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.5.0](https://github.com/lmarqs/cypress-rollup-preprocessor/compare/v0.4.5...v0.5.0) (2020-08-22)


### Features

* add support for multiple watchers for the same file ([f0cd0db](https://github.com/lmarqs/cypress-rollup-preprocessor/commit/f0cd0dbadcfd028c068451660e7c469c0761472b))

## [0.4.5](https://github.com/lmarqs/cypress-rollup-preprocessor/compare/v0.4.4...v0.4.5) (2020-08-22)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cypress-rollup-preprocessor",
"version": "0.4.5",
"version": "0.5.0",
"description": "Cypress preprocessor for bundling JavaScript via rollup",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 2e44fc2

Please sign in to comment.