From 29dcfb64423b1b3d6404f324582bee8edd6bb12f Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Tue, 23 Mar 2021 16:02:39 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaac7d376a..b9ca7392ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ # nf-core/tools: Changelog -* Make module template pass the EC linter [#953] - ## [v1.13.2 - Copper Crocodile CPR :crocodile: :face_with_head_bandage:](https://github.com/nf-core/tools/releases/tag/1.13.2) - [2021-03-23] +* Make module template pass the EC linter [[#953](https://github.com/nf-core/tools/pull/953)] * Added better logging message if a user doesn't specificy the directory correctly with `nf-core modules` commands [[#942](https://github.com/nf-core/tools/pull/942)] * Fixed parameter validation bug caused by JSONObject [[#937](https://github.com/nf-core/tools/issues/937)] * Fixed template creation error regarding file permissions [[#932](https://github.com/nf-core/tools/issues/932)]