Skip to content

Commit 6fea5f2

Browse files
github-actions[bot]epodivilov
authored andcommitted
chore(main): release 0.3.0
1 parent 592bd9d commit 6fea5f2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/epodivilov/plotwright/compare/v0.2.7...v0.3.0) (2023-05-25)
4+
5+
6+
### Features
7+
8+
* :technologist: convert project to TypeScript ([082b384](https://github.com/epodivilov/plotwright/commit/082b38466036c11f2430a724914be1b0b1a83865))
9+
310
## [0.2.7](https://github.com/epodivilov/plotwright/compare/v0.2.6...v0.2.7) (2023-05-24)
411

512

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotwright",
3-
"version": "0.2.7",
3+
"version": "0.3.0",
44
"description": "A meta-framework for web testing using Mountebank and Playwright",
55
"bin": {
66
"plotwright": "./bin/plotwright.js"
@@ -14,7 +14,7 @@
1414
"import": {
1515
"types": "./esm/index.d.ts",
1616
"default": "./esm/index.js"
17-
},
17+
},
1818
"require": {
1919
"types": "./cjs/index.d.ts",
2020
"default": "./cjs/index.js"

0 commit comments

Comments
 (0)