mirror of
https://github.com/davidingerslev/outlook-meeting-notes.git
synced 2026-07-22 05:41:46 +00:00
0.2.0
This commit is contained in:
parent
00735f620e
commit
69ab0a4b89
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "outlook-meeting-notes",
|
||||
"name": "Outlook Meeting Notes",
|
||||
"version": "0.1.6",
|
||||
"version": "0.2.0",
|
||||
"minAppVersion": "1.8.9",
|
||||
"description": "Creates meeting notes for Outlook appointments and meetings.",
|
||||
"author": "David Ingerslev",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "outlook-meeting-notes",
|
||||
"version": "0.1.6",
|
||||
"version": "0.2.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "outlook-meeting-notes",
|
||||
"version": "0.1.6",
|
||||
"version": "0.2.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@kenjiuno/msgreader": "^1.22.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "outlook-meeting-notes",
|
||||
"version": "0.1.6",
|
||||
"version": "0.2.0",
|
||||
"description": "Creates meeting notes for Outlook appointments and meetings.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
"0.1.3": "0.15.0",
|
||||
"0.1.4": "1.8.9",
|
||||
"0.1.5": "1.8.9",
|
||||
"0.1.6": "1.8.9"
|
||||
"0.1.6": "1.8.9",
|
||||
"0.2.0": "1.8.9"
|
||||
}
|
||||
Loading…
Reference in a new issue