diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ba98d..87bf4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [0.2.0](https://github.com/kometenstaub/metadata-extractor/compare/0.1.20...0.2.0) (2021-11-07) + + +### Performance + +* :zap: use worker for backlinks calculation ([f35f200](https://github.com/kometenstaub/metadata-extractor/commit/f35f200b2646bdfeef5cc5fb5740ae88a98472ea)) + ### [0.1.20](https://github.com/kometenstaub/metadata-extractor/compare/0.1.19...0.1.20) (2021-11-04) diff --git a/manifest.json b/manifest.json index a077448..1835312 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "metadata-extractor", "name": "Metadata Extractor", - "version": "0.1.20", + "version": "0.2.0", "minAppVersion": "0.12.15", "description": "Metadata export on a schedule for integration with third-party apps like launchers.", "author": "kometenstaub", diff --git a/package.json b/package.json index 5204181..8e1e980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metadata-extractor", - "version": "0.1.20", + "version": "0.2.0", "description": "Plugin that extracts metadata and saves it in JSON format", "main": "src/main.ts", "scripts": { @@ -12,7 +12,7 @@ "t": "", "types": [ { - "type": "perf", + "type": "perf", "hidden": false, "section": "Performance" }