diff --git a/CHANGELOG.md b/CHANGELOG.md index b3cbec1..dd35a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ # Changelog -## v1.3.0 +## v1.3.1 +- This release includes security updates to dependencies. + + +## v1.3.0 + - Added a button on the settings page that allows you to export all your notes to a CSV file. - Added a display for when the current note was last edited. - When opening the Add-In window, the most recently edited note is now opened. - Fixed some layouting on the settings page. - ## v1.2.2 diff --git a/manifest.xml b/manifest.xml index 8d84d20..fd78c56 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,7 +1,7 @@ 4d810708-b23f-4105-bfab-6301f6d3a8ba - 1.3.0 + 1.3.1 Nikkel Mollenhauer en-GB diff --git a/package-lock.json b/package-lock.json index 138a52f..0d89b57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "outlook-mail-notes", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "outlook-mail-notes", - "version": "1.3.0", + "version": "1.3.1", "dependencies": { "core-js": "^3.9.1", "quill": "^1.3.7", diff --git a/package.json b/package.json index f0874c0..f2faecb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "outlook-mail-notes", "description": "Easily add notes to e-mails, senders & conversations in Outlook!", - "version": "1.3.0", + "version": "1.3.1", "author": "Nikkel Mollenhauer", "repository": { "type": "git", diff --git a/src/taskpane.html b/src/taskpane.html index cda9a09..4654bd3 100644 --- a/src/taskpane.html +++ b/src/taskpane.html @@ -39,7 +39,7 @@

This isn't the page you're looking for...

-