diff --git a/CHANGELOG.md b/CHANGELOG.md index a6344ce..c07b2ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [5.0.4](https://github.com/JamesNZL/notion-assignment-import/compare/v5.0.3...v5.0.4) (2024-10-23) + + +### Bug Fixes + +* **validator:** :alien: validate id for uuid, not uuidv4 ([e4df9e8](https://github.com/JamesNZL/notion-assignment-import/commit/e4df9e84768bf0a4709af62b7972a6671ad9c295)) + ### [5.0.3](https://github.com/JamesNZL/notion-assignment-import/compare/v5.0.2...v5.0.3) (2024-10-22) diff --git a/package.json b/package.json index e900f4a..b4b99e0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "notion-assignment-import", "type": "module", "license": "SEE LICENSE IN LICENSE.md", - "version": "5.0.3", + "version": "5.0.4", "repository": { "type": "git", "url": "https://github.com/JamesNZL/notion-assignment-import.git" diff --git a/releases/chromium/notion-assignment-import-chromium_latest.zip b/releases/chromium/notion-assignment-import-chromium_latest.zip index 334f644..8310996 100644 Binary files a/releases/chromium/notion-assignment-import-chromium_latest.zip and b/releases/chromium/notion-assignment-import-chromium_latest.zip differ diff --git a/releases/chromium/notion-assignment-import-chromium_v5.0.4.zip b/releases/chromium/notion-assignment-import-chromium_v5.0.4.zip new file mode 100644 index 0000000..8310996 Binary files /dev/null and b/releases/chromium/notion-assignment-import-chromium_v5.0.4.zip differ diff --git a/releases/firefox/notion-assignment-import-firefox_latest.zip b/releases/firefox/notion-assignment-import-firefox_latest.zip index c69183a..4e9100b 100644 Binary files a/releases/firefox/notion-assignment-import-firefox_latest.zip and b/releases/firefox/notion-assignment-import-firefox_latest.zip differ diff --git a/releases/firefox/notion-assignment-import-firefox_v5.0.4.zip b/releases/firefox/notion-assignment-import-firefox_v5.0.4.zip new file mode 100644 index 0000000..4e9100b Binary files /dev/null and b/releases/firefox/notion-assignment-import-firefox_v5.0.4.zip differ diff --git a/src/manifest-chromium.json b/src/manifest-chromium.json index d09a221..e3f9815 100644 --- a/src/manifest-chromium.json +++ b/src/manifest-chromium.json @@ -1,7 +1,7 @@ { "name": "Notion Canvas Assignment Import", "description": "Automatically import Canvas assignments into a Notion database.", - "version": "5.0.3", + "version": "5.0.4", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhEFrWfD1/qqMVJQknBDk2PqlWLvnt8FrS4c56g2xAu+pK5w/TaScf5RXaGZ/aKFSt4ap10KN7YVEcMkb5aOwGcZWr7MmxfUFDM9pbPGUE6P7MaH4TtLnDhATaT1FfEt38P0v95fQHGj3/a2fwHjoz3zHx7fYoZ8hZPuNmwYASjE0ocCQgiZ8vq+zMykY4DNpt9Ea3aFddItOrMpHqjv6ZjfRc4gyWAdCCHg8sohMz7h3zvJvbQVhXPhU/HyQ2pCYqh7n9BwKFL5WiBxvhqZjC7AJdH+Zd2wDl3IIQNtY/cqgOYbuvFiI9k4+mWGew5r68rBDouhrYFYM8MGbKtHKkwIDAQAB", "options_ui": { diff --git a/src/manifest-firefox.json b/src/manifest-firefox.json index e28865c..a0c14a5 100644 --- a/src/manifest-firefox.json +++ b/src/manifest-firefox.json @@ -1,7 +1,7 @@ { "name": "Notion Canvas Assignment Import", "description": "Automatically import Canvas assignments into a Notion database.", - "version": "5.0.3", + "version": "5.0.4", "manifest_version": 2, "browser_specific_settings": { "gecko": {