File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments