Skip to content

Commit

Permalink
Metadata Extractor: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kometenstaub committed Jan 23, 2022
1 parent 4c10379 commit 933b24e
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.3.1](https://github.com/kometenstaub/metadata-extractor/compare/0.3.0...0.3.1) (2022-01-23)


### Bug Fixes

* don't add frontmatter ([4c10379](https://github.com/kometenstaub/metadata-extractor/commit/4c10379a7fc81a4f328fcb61771d2eb9d6d8a9bc))

## [0.3.0](https://github.com/kometenstaub/metadata-extractor/compare/0.2.4...0.3.0) (2022-01-23)


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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"description": "Plugin that extracts metadata and saves it in JSON format",
"main": "src/main.ts",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"section": "Bug Fixes"
}
],
"releaseCommitMessageFormat": "Metadata Extractor: {{currentTag}}"
"releaseCommitMessageFormat": "Metadata Extractor: {{currentTag}}"
},
"keywords": [],
"author": "kometenstaub",
Expand Down

0 comments on commit 933b24e

Please sign in to comment.