Skip to content

Commit

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

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.1](https://github.com/JamesNZL/notion-assignment-import/compare/v4.2.0...v4.2.1) (2022-07-16)


### Bug Fixes

* **interface:** :lipstick: fix select dropdown arrow ([be24484](https://github.com/JamesNZL/notion-assignment-import/commit/be244845f708254d6501bf2faf0b1544bef7427c))
* **interface:** :lipstick: lighten light mode active state ([04b1cee](https://github.com/JamesNZL/notion-assignment-import/commit/04b1ceea5058bd4c33cb8a6bbc5a8a3c453cd3c7))
* **options:** :bug: fix `this` bindings ([2899320](https://github.com/JamesNZL/notion-assignment-import/commit/2899320f013e8f4b5fc26c544ac36ae97cd89edb))
* **popup:** :lipstick: fix margin of `No saved ...` text ([651beb4](https://github.com/JamesNZL/notion-assignment-import/commit/651beb42552b4b1d0443beda8955b3e41324c08b))

## [4.2.0](https://github.com/JamesNZL/notion-assignment-import/compare/v4.1.1...v4.2.0) (2022-07-15)


Expand Down
28 changes: 14 additions & 14 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.0",
"version": "4.2.1",
"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.0",
"version": "4.2.1",
"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.0",
"version": "4.2.1",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit ac9fe4f

Please sign in to comment.