Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kometenstaub committed Nov 7, 2021
1 parent aaea577 commit 048efd8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -12,7 +12,7 @@
"t": "",
"types": [
{
"type": "perf",
"type": "perf",
"hidden": false,
"section": "Performance"
}
Expand Down

0 comments on commit 048efd8

Please sign in to comment.