Skip to content

Commit

Permalink
chore(release): 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Oct 22, 2024
1 parent a9e854a commit 393699a
Show file tree
Hide file tree
Showing 9 changed files with 440 additions and 266 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/JamesNZL/notion-assignment-import/compare/v5.0.2...v5.0.3) (2024-10-22)


### Bug Fixes

* **validator:** 🐛 fix isUUIDv4() regex to include lowercase letters. … ([#424](https://github.com/JamesNZL/notion-assignment-import/issues/424)) ([5da8b4a](https://github.com/JamesNZL/notion-assignment-import/commit/5da8b4a4bab80d7176458d4963640cc9bb758b87))

### [5.0.2](https://github.com/JamesNZL/notion-assignment-import/compare/v5.0.1...v5.0.2) (2024-07-14)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "notion-assignment-import",
"type": "module",
"license": "SEE LICENSE IN LICENSE.md",
"version": "5.0.2",
"version": "5.0.3",
"repository": {
"type": "git",
"url": "https://github.com/JamesNZL/notion-assignment-import.git"
},
"devDependencies": {
"@types/turndown": "^5.0.5",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"del": "^7.1.0",
Expand All @@ -23,9 +23,9 @@
"gulp-sass": "^5.1.0",
"gulp-zip": "^6.0.0",
"postcss": "^8.4.47",
"sass": "^1.78.0",
"sass": "^1.80.3",
"standard-version": "^9.5.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"webextension-polyfill": "^0.12.0",
"yargs": "^17.7.2"
},
Expand Down
687 changes: 427 additions & 260 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Binary file modified releases/chromium/notion-assignment-import-chromium_latest.zip
Binary file not shown.
Binary file not shown.
Binary file modified releases/firefox/notion-assignment-import-firefox_latest.zip
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/manifest-chromium.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Notion Canvas Assignment Import",
"description": "Automatically import Canvas assignments into a Notion database.",
"version": "5.0.2",
"version": "5.0.3",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhEFrWfD1/qqMVJQknBDk2PqlWLvnt8FrS4c56g2xAu+pK5w/TaScf5RXaGZ/aKFSt4ap10KN7YVEcMkb5aOwGcZWr7MmxfUFDM9pbPGUE6P7MaH4TtLnDhATaT1FfEt38P0v95fQHGj3/a2fwHjoz3zHx7fYoZ8hZPuNmwYASjE0ocCQgiZ8vq+zMykY4DNpt9Ea3aFddItOrMpHqjv6ZjfRc4gyWAdCCHg8sohMz7h3zvJvbQVhXPhU/HyQ2pCYqh7n9BwKFL5WiBxvhqZjC7AJdH+Zd2wDl3IIQNtY/cqgOYbuvFiI9k4+mWGew5r68rBDouhrYFYM8MGbKtHKkwIDAQAB",
"options_ui": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Notion Canvas Assignment Import",
"description": "Automatically import Canvas assignments into a Notion database.",
"version": "5.0.2",
"version": "5.0.3",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit 393699a

Please sign in to comment.