diff --git a/package-lock.json b/package-lock.json index 2eff330..fd106d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "browse-gedcom", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8ae94ff..09f5910 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "browse-gedcom", "description": "Gedcom file browser", - "version": "0.1.1", + "version": "0.1.2", "keywords": [ "gedcom", "genealogy", diff --git a/src/pages/mixed/PageChangelog/changelog.json b/src/pages/mixed/PageChangelog/changelog.json index b46f4a0..0ad9894 100644 --- a/src/pages/mixed/PageChangelog/changelog.json +++ b/src/pages/mixed/PageChangelog/changelog.json @@ -1,4 +1,13 @@ { + "0.1.2": { + "date": "2021-02-05", + "fixes": [ + { + "en": "Issue related to PWA", + "fr": "Problème lié au PWA" + } + ] + }, "0.1.1": { "date": "2021-02-05", "description": { @@ -62,4 +71,4 @@ "fixes": [], "deletions": [] } -} \ No newline at end of file +}