Skip to content

Commit 420ed5f

Browse files
authored
Merge pull request #40 from javierbrea/release
v1.1.6
2 parents a471313 + 813840c commit 420ed5f

File tree

7 files changed

+642
-864
lines changed

7 files changed

+642
-864
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
### Removed
1212
### BREAKING CHANGES
1313

14+
## [1.1.6] - 2020-02-19
15+
### Changed
16+
- chore(deps): Add Cypress ^4.0.0 to peerDependencies
17+
- chore(test): Update Cypress to v4.0.2 in e2e tests
18+
- chore(deps): Update eslint-plugin-react and husky devDependencies
19+
- chore(test): Update react-scripts devDependency in e2e tests
20+
- docs(readme): Fix typo
21+
1422
## [1.1.5] - 2020-02-01
1523
### Changed
1624
- Update devDependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Use `saveLocalStorage` to save a snapshot of current `localStorage` at the end o
8282

8383
#### Cookies button example
8484

85-
Next example shows how this package can be used to test a "cookies button" _(which theoretically set a flag into `localStorage` and can be clicked only once)_
85+
Next example shows how this package can be used to test a "cookies button" _(which theorically sets a flag into `localStorage` and can be clicked only once)_
8686

8787
```js
8888
describe("Accept cookies button", () => {

0 commit comments

Comments
 (0)