Skip to content

Commit

Permalink
chore(release): bump version to v1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdorgeval committed Mar 30, 2023
1 parent 4a370d0 commit 88c956c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)

## [1.57.0] - 2023-03-30

### Added

- feat(browser): take chromium on Unix machine when chrome is not found (provided by [val1984](https://github.com/val1984))

## [1.56.0] - 2022-12-27

### Possible breaking changes
Expand Down
3 changes: 2 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-fluent",
"version": "1.56.0",
"version": "1.57.0",
"description": "Fluent API around playwright",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -76,3 +76,4 @@
"playwright": ">= 1.12.0"
}
}

0 comments on commit 88c956c

Please sign in to comment.