Skip to content

Commit

Permalink
Up version, update changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboisier committed Nov 2, 2021
1 parent dff0763 commit 4bf91cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## 2.0.0-beta.7

- Fix issue with the `testyts init` command _(#57, thanks for reporting, @thgh!)_

## 2.0.0-beta.6

### Improvements

- Refactored reporters in order to
- Allow for multiple reporters to work in parallel
- Pave the way for external reporters (plugins)

## 2.0.0-beta.5

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testyts",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"icon": "img/test-icon-128x128.png",
"description": "Modern test framework for TypeScript.",
"main": "build/testyCore.js",
Expand Down

0 comments on commit 4bf91cc

Please sign in to comment.