Skip to content

Commit a19770a

Browse files
committed
Fix newlines in tstyche output
1 parent 9231c48 commit a19770a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 5.1.1
4+
5+
- Fix newlines in tstyche output
6+
37
## 5.1.0
48

59
- Add support for type-tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@exercism/typescript-test-runner",
33
"description": "Automated Test runner for exercism solutions in TypeScript.",
44
"author": "Derk-Jan Karrenbeld <[email protected]>",
5-
"version": "5.1.0",
5+
"version": "5.1.1",
66
"license": "AGPL-3.0-or-later",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)