Skip to content

Commit e3d94cc

Browse files
authored
Merge pull request #3 from fourmolu/fourmolu-0.7.0.0
Bump to fourmolu-0.7.0.1.
2 parents 9502cad + 2af75f9 commit e3d94cc

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 v2
2+
3+
* Uses Fourmolu 0.7.0.1.
4+
15
## Fourmolu action v1
26

37
* Uses Fourmolu 0.6.0.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.6.0.0';
23+
const fourmolu_version = '0.7.0.1';
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.6.0.0';
10+
const fourmolu_version = '0.7.0.1';
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)