Skip to content

Commit

Permalink
Merge pull request #3 from fourmolu/fourmolu-0.7.0.0
Browse files Browse the repository at this point in the history
Bump to fourmolu-0.7.0.1.
  • Loading branch information
wraithm authored Jun 1, 2022
2 parents 9502cad + 2af75f9 commit e3d94cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Fourmolu action v2

* Uses Fourmolu 0.7.0.1.

## Fourmolu action v1

* Uses Fourmolu 0.6.0.0.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const tool_cache = __webpack_require__(7784);
const exec = __webpack_require__(1514);
const glob = __webpack_require__(8090);

const fourmolu_version = '0.6.0.0';
const fourmolu_version = '0.7.0.1';

// XXX: These release binaries appear to be dynamically linked, so they may not
// run on some systems.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const tool_cache = require('@actions/tool-cache');
const exec = require('@actions/exec');
const glob = require('@actions/glob');

const fourmolu_version = '0.6.0.0';
const fourmolu_version = '0.7.0.1';

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

0 comments on commit e3d94cc

Please sign in to comment.