Skip to content

Commit

Permalink
chore(release): bump version to v1.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdorgeval committed Dec 27, 2022
1 parent babb6ee commit 32c0337
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.56.0] - 2022-12-27

### Possible breaking changes

- chore(deps): update `which` prod dependency from v2.0.2 to v3.0.0
- `which` is used to get the path to the browser on `linux` platforms

## [1.55.0] - 2022-12-19

### 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.55.0",
"version": "1.56.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 32c0337

Please sign in to comment.