From e31accbbf8f54f446dc9b265e8e02abe1840dc3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Belin?= Date: Fri, 2 Sep 2022 10:36:45 +0200 Subject: [PATCH] Updated the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e4792..f19d443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version [3.1.1](https://github.com/mc2it/card/compare/v3.1.0...v3.1.1) +- Dropped the dependency on [Commander.js](https://github.com/tj/commander.js). +- Fixed a packaging issue. + ## Version [3.1.0](https://github.com/mc2it/card/compare/v3.0.0...v3.1.0) - Extracted the main feature to the `getCard()` function.