Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 9, 2020
1 parent d140b6e commit 05bb56f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.0.0](https://github.com/hugomrdias/playwright-test/compare/v0.7.1...v1.0.0) (2020-11-09)


### Bug Fixes

* create ci cache folder inside node_modules ([#84](https://github.com/hugomrdias/playwright-test/issues/84)) ([d0a95cc](https://github.com/hugomrdias/playwright-test/commit/d0a95cc458d9f1f449e2590164e248df374a39f4))
* update deps and fix problems ([#83](https://github.com/hugomrdias/playwright-test/issues/83)) ([89ab6c9](https://github.com/hugomrdias/playwright-test/commit/89ab6c94a1015a986a3142ad30dd19bd7e0f0068)), closes [#52](https://github.com/hugomrdias/playwright-test/issues/52)


### Features

* add cov support ([#87](https://github.com/hugomrdias/playwright-test/issues/87)) ([1c34cef](https://github.com/hugomrdias/playwright-test/commit/1c34cefbb9beb30977a6608db3026bafb3b357b8))
* upgrade playwright to 1.5.2 ([0804e8b](https://github.com/hugomrdias/playwright-test/commit/0804e8b19e6b0d9dc72d2c7c71c33509da206ff8))



## [0.7.1](https://github.com/hugomrdias/playwright-test/compare/v0.7.0...v0.7.1) (2020-04-02)


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": "playwright-test",
"version": "0.7.1",
"version": "1.0.0",
"description": "Run unit tests with several runners or benchmark inside real browsers with playwright.",
"repository": "hugomrdias/playwright-test",
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
Expand Down

0 comments on commit 05bb56f

Please sign in to comment.