Skip to content

Commit

Permalink
Fix newlines in tstyche output
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Aug 1, 2024
1 parent 9231c48 commit a19770a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.1.1

- Fix newlines in tstyche output

## 5.1.0

- Add support for type-tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@exercism/typescript-test-runner",
"description": "Automated Test runner for exercism solutions in TypeScript.",
"author": "Derk-Jan Karrenbeld <[email protected]>",
"version": "5.1.0",
"version": "5.1.1",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
Expand Down

0 comments on commit a19770a

Please sign in to comment.