Skip to content

Commit

Permalink
chore(release): 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovRoman committed Apr 21, 2024
1 parent 4465953 commit b071aa6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

### [0.1.3](https://github.com/gemini-testing/testplane/compare/v0.1.2...v0.1.3) (2024-04-21)


### Features

* add ability to use dev server ([daf1bb6](https://github.com/gemini-testing/testplane/commit/daf1bb6443c327d10514c7e67c75501b8beedfc4))


### Bug Fixes

* correctly connect to vite server from clients (worker, browser) ([d77ee9d](https://github.com/gemini-testing/testplane/commit/d77ee9dbcf02ccb4c8be211afcb18dc7e4ce4ea2))
* correctly read tsx files with types ([ac77d36](https://github.com/gemini-testing/testplane/commit/ac77d36cd44eca491b39d727a39d8159c73ac34a))

### [0.1.2](https://github.com/gemini-testing/testplane/compare/v0.1.1...v0.1.2) (2024-04-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testplane",
"version": "0.1.2",
"version": "0.1.3",
"description": "Tests framework based on mocha and wdio",
"main": "build/src/index.js",
"files": [
Expand Down

0 comments on commit b071aa6

Please sign in to comment.