Skip to content

Commit

Permalink
Release 0.19.1-revision9 (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jul 3, 2022
1 parent 98dfa4b commit 026581e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Notable changes to this project will be documented in this file.

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.\*.

## 0.19.1-revision9 - 2022-07-03

### Fixed

- `elm-test install-unstable-test-master` (added in the previous version) now works with packages.

## 0.19.1-revision8 - 2022-06-20

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion 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": "elm-test",
"version": "0.19.1-revision8",
"version": "0.19.1-revision9",
"description": "Run elm-test suites.",
"main": "elm-test.js",
"engines": {
Expand Down

0 comments on commit 026581e

Please sign in to comment.