diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdf5261..6b9c4423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## UNRELEASED +## 1.3.0 (2024-02-21) * Requires the create and edit permissions to use the import utility operation diff --git a/package.json b/package.json index 3f3a9c5f..605fb129 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apostrophecms/import-export", - "version": "1.2.1", + "version": "1.3.0", "description": "Import Export Documents for ApostropheCMS 3.", "main": "index.js", "scripts": { @@ -37,4 +37,4 @@ "lodash": "^4.17.21", "tar-stream": "^3.1.6" } -} +} \ No newline at end of file