From ed8fabbdda735b46c814fe60272b6d8761549bf3 Mon Sep 17 00:00:00 2001 From: Thomas Boutell Date: Thu, 8 Aug 2024 13:06:42 -0400 Subject: [PATCH 1/2] release 2.3.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee385cf1..b57c841b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## UNRELEASED +## 2.3.0 (2024-08-08) ### Adds diff --git a/package.json b/package.json index 02f540ad..7b870697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apostrophecms/import-export", - "version": "2.2.0", + "version": "2.3.0", "description": "Import Export Documents for ApostropheCMS", "main": "index.js", "scripts": { From a040f7754c3b49e3cd4e9e73d5d59bfbca63aed4 Mon Sep 17 00:00:00 2001 From: Thomas Boutell Date: Thu, 8 Aug 2024 13:08:41 -0400 Subject: [PATCH 2/2] thank you --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b57c841b..dd808501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Adds -* Add a scrollbar to the duplicate import modal to handle too many duplicates, and fixed the "Type" column to display the correct document type. +* Add a scrollbar to the duplicate import modal to handle too many duplicates, and fixed the "Type" column to display the correct document type. Thanks to (Borel Kuomo)(https://github.com/borelkoumo) for this contribution. ## 2.2.0 (2024-07-12)