Skip to content

Commit 026581e

Browse files
authored
Release 0.19.1-revision9 (#613)
1 parent 98dfa4b commit 026581e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/). This project mirrors major Elm versions. So version 0.18.\* of this project will be compatible with Elm 0.18.\*.
66

7+
## 0.19.1-revision9 - 2022-07-03
8+
9+
### Fixed
10+
11+
- `elm-test install-unstable-test-master` (added in the previous version) now works with packages.
12+
713
## 0.19.1-revision8 - 2022-06-20
814

915
### Breaking

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elm-test",
3-
"version": "0.19.1-revision8",
3+
"version": "0.19.1-revision9",
44
"description": "Run elm-test suites.",
55
"main": "elm-test.js",
66
"engines": {

0 commit comments

Comments
 (0)