From f196d706d9b17c5bf108749238a5f34efb45b58d Mon Sep 17 00:00:00 2001 From: Roman Seidelsohn Date: Fri, 30 Aug 2024 10:18:57 +0200 Subject: [PATCH] Replace require with import all over the place --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3d60fe4..fa63ce4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - [Table of Contents](#table-of-contents) - [Introduction](#introduction) - [Changes](#changes) + - [Version 4.3.1](#Version-4-3-1) - [Version 4.3.0](#Version-4-3-0) - [Version 4.2.11](#Version-4-2-11) - [Version 4.2.10](#Version-4-2-10) @@ -126,6 +127,11 @@ You could see something like this: ### Version 4.3.0 +misc: Move from `require` to `import` in all the files +misc: Update indexHelpers.js by @ArsArmandi in https://github.com/RSeidelsohn/license-checker-rseidelsohn/pull/108 + +### Version 4.3.0 + feat: Add numeric "--depth" option that overrides the ambiguous "--direct" option fix: Fix local anchors in the README