From b4e5b056c8bb176b5566ff8c69ec9514f3c88240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sun, 30 Jun 2024 13:53:30 +0200 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248aa8d..4236813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.0 +* Update dependencies. Remark requires ESM and so `md-insert` follows. You can no longer use `md-insert` with CommonJS. + ## 1.0.1 * Declare missing simple-concat dependency. diff --git a/package.json b/package.json index 7315477..ac43e6d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "md-insert", "description": "insert content under a markdown header or into a comment delimited region", - "version": "1.0.1", + "version": "2.0.0", "author": "Renée Kooi ", "type": "module", "bin": "bin.js",