Skip to content

Commit 13eb461

Browse files
authored
Merge pull request #16 from fourmolu/bump-to-fourmolu-0.11.0.0
Bump to fourmolu-0.11.0.0
2 parents d7f0617 + da6a9cb commit 13eb461

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Fourmolu action v7
2+
3+
* Uses Fourmolu 0.11.0.0
4+
15
## Fourmolu action v6
26

37
* Uses Fourmolu 0.10.1.0

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const tool_cache = __webpack_require__(7784);
2020
const exec = __webpack_require__(1514);
2121
const glob = __webpack_require__(8090);
2222

23-
const fourmolu_version = '0.10.1.0';
23+
const fourmolu_version = '0.11.0.0';
2424

2525
// XXX: These release binaries appear to be dynamically linked, so they may not
2626
// run on some systems.

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const tool_cache = require('@actions/tool-cache');
77
const exec = require('@actions/exec');
88
const glob = require('@actions/glob');
99

10-
const fourmolu_version = '0.10.1.0';
10+
const fourmolu_version = '0.11.0.0';
1111

1212
// XXX: These release binaries appear to be dynamically linked, so they may not
1313
// run on some systems.

0 commit comments

Comments
 (0)