Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 31c63b6

Browse files
committed
chore(release): 0.0.2
1 parent 46e7536 commit 31c63b6

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### 0.0.2 (2023-02-18)
6+
7+
8+
### Features
9+
10+
* first version ([65aa75b](https://github.com/argos-ci/argos-playwright/commit/65aa75b463a89d14b6208f88193f1a2b5843a90f))
11+
* rewrite in TS ([23dde98](https://github.com/argos-ci/argos-playwright/commit/23dde98ff5fe79a74316241d2200783acccbea95)), closes [#2](https://github.com/argos-ci/argos-playwright/issues/2)
12+
13+
14+
### Bug Fixes
15+
16+
* fix image loading ([bf0352b](https://github.com/argos-ci/argos-playwright/commit/bf0352b0415289b9236a01c8cf4f2e6f2b379f22)), closes [#1](https://github.com/argos-ci/argos-playwright/issues/1)
17+
518
### 0.0.1 (2023-01-17)
619

720
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@argos-ci/playwright",
33
"description": "Visual testing solution to avoid visual regression. Playwright commands and utilities for Argos visual testing.",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"author": "Smooth Code",
66
"license": "MIT",
77
"repository": "github:argos-ci/argos-playwright",

0 commit comments

Comments
 (0)