Skip to content

Commit

Permalink
chore(release): 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Jul 17, 2022
1 parent f937c75 commit b5cf5e8
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

### [4.2.5](https://github.com/JamesNZL/notion-assignment-import/compare/v4.2.4...v4.2.5) (2022-07-17)


### Bug Fixes

* **elements:** :bug: fix `defaultHTML` not being label html ([09e9ceb](https://github.com/JamesNZL/notion-assignment-import/commit/09e9cebaaecd758d19ae3f492bf6f037a6570dc5))
* **elements:** :bug: validate `databaseId` before retrieving database ([85618aa](https://github.com/JamesNZL/notion-assignment-import/commit/85618aaf42719813b4f8c32c45a9b20457256cb3))
* **interface:** :bug: hide validator span if input is hidden ([f937c75](https://github.com/JamesNZL/notion-assignment-import/commit/f937c7509ba302e09d11b8a2120965ab0a6ef337))
* **interface:** :bug: pair oauth button label to token input ([59f4265](https://github.com/JamesNZL/notion-assignment-import/commit/59f426553a2f44731384e425e9ca9a2f3357b8ed))
* **options:** :ambulance: fix select validators ([cf053b4](https://github.com/JamesNZL/notion-assignment-import/commit/cf053b4873af2774b69779992a7b155b9a94ff77))
* **options:** :children_crossing: don't clear `databaseId` on authorisation ([060dbe0](https://github.com/JamesNZL/notion-assignment-import/commit/060dbe0837e4eb7a5557abdff9e6871cb22f995a))
* **validator:** :bug: implement proper fix for 85618aa ([efaed22](https://github.com/JamesNZL/notion-assignment-import/commit/efaed22f6b3abb10f6d263de5423f0052f926a8f))

### [4.2.4](https://github.com/JamesNZL/notion-assignment-import/compare/v4.2.3...v4.2.4) (2022-07-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notion-assignment-import",
"type": "module",
"version": "4.2.4",
"version": "4.2.5",
"repository": {
"type": "git",
"url": "https://github.com/JamesNZL/notion-assignment-import.git"
Expand Down
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": "4.2.4",
"version": "4.2.5",
"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": "4.2.4",
"version": "4.2.5",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit b5cf5e8

Please sign in to comment.