Skip to content

Commit aaad9ee

Browse files
committed
chore(release): 5.0.3
1 parent 5da8b4a commit aaad9ee

8 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [5.0.3](https://github.com/JamesNZL/notion-assignment-import/compare/v5.0.2...v5.0.3) (2024-10-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
512
### [5.0.2](https://github.com/JamesNZL/notion-assignment-import/compare/v5.0.1...v5.0.2) (2024-07-14)
613

714
### Bug Fixes

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "notion-assignment-import",
33
"type": "module",
44
"license": "SEE LICENSE IN LICENSE.md",
5-
"version": "5.0.2",
5+
"version": "5.0.3",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/JamesNZL/notion-assignment-import.git"
99
},
1010
"devDependencies": {
1111
"@types/turndown": "^5.0.5",
1212
"@types/webextension-polyfill": "^0.10.7",
13-
"@typescript-eslint/eslint-plugin": "^7.16.1",
13+
"@typescript-eslint/eslint-plugin": "^7.18.0",
1414
"autoprefixer": "^10.4.20",
1515
"cssnano": "^7.0.6",
1616
"del": "^7.1.0",
@@ -23,9 +23,9 @@
2323
"gulp-sass": "^5.1.0",
2424
"gulp-zip": "^6.0.0",
2525
"postcss": "^8.4.47",
26-
"sass": "^1.78.0",
26+
"sass": "^1.80.3",
2727
"standard-version": "^9.5.0",
28-
"typescript": "^5.6.2",
28+
"typescript": "^5.6.3",
2929
"webextension-polyfill": "^0.12.0",
3030
"yargs": "^17.7.2"
3131
},
33 Bytes
Binary file not shown.
220 KB
Binary file not shown.
34 Bytes
Binary file not shown.
220 KB
Binary file not shown.

src/manifest-chromium.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Notion Canvas Assignment Import",
33
"description": "Automatically import Canvas assignments into a Notion database.",
4-
"version": "5.0.2",
4+
"version": "5.0.3",
55
"manifest_version": 3,
66
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhEFrWfD1/qqMVJQknBDk2PqlWLvnt8FrS4c56g2xAu+pK5w/TaScf5RXaGZ/aKFSt4ap10KN7YVEcMkb5aOwGcZWr7MmxfUFDM9pbPGUE6P7MaH4TtLnDhATaT1FfEt38P0v95fQHGj3/a2fwHjoz3zHx7fYoZ8hZPuNmwYASjE0ocCQgiZ8vq+zMykY4DNpt9Ea3aFddItOrMpHqjv6ZjfRc4gyWAdCCHg8sohMz7h3zvJvbQVhXPhU/HyQ2pCYqh7n9BwKFL5WiBxvhqZjC7AJdH+Zd2wDl3IIQNtY/cqgOYbuvFiI9k4+mWGew5r68rBDouhrYFYM8MGbKtHKkwIDAQAB",
77
"options_ui": {

src/manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Notion Canvas Assignment Import",
33
"description": "Automatically import Canvas assignments into a Notion database.",
4-
"version": "5.0.2",
4+
"version": "5.0.3",
55
"manifest_version": 2,
66
"browser_specific_settings": {
77
"gecko": {

0 commit comments

Comments
 (0)