Skip to content

Commit

Permalink
Prep for 1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Sep 15, 2022
1 parent b6aa692 commit 8639b3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.5.0

Add: Set PLAYWRIGHT_BROWSER to use different Playwright browser. Defaults to 'chromium'.

## 1.4.2

Fix: playwright test driver was failing
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Package.describe({
summary:
'A helper package for Meteor test driver packages. Runs client tests in a headless browser.',
git: 'https://github.com/meteortesting/meteor-browser-tests.git',
version: '1.4.2',
version: '1.5.0',
testOnly: true,
});

Expand Down

0 comments on commit 8639b3a

Please sign in to comment.