Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kometenstaub committed Jan 23, 2022
1 parent 0820e28 commit d28ec24
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.0](https://github.com/kometenstaub/metadata-extractor/compare/0.2.4...0.3.0) (2022-01-23)


### Features

* add natively supported types to frontmatter interface ([42dbb2e](https://github.com/kometenstaub/metadata-extractor/commit/42dbb2ee36ca0c0e717a7010bf62807014d935ca))
* include frontmater in metadata ([f3ae5c3](https://github.com/kometenstaub/metadata-extractor/commit/f3ae5c3f29445796882f340d6ded5349d722c5a2))
* remove duplicate props from frontmatter ([a79c85d](https://github.com/kometenstaub/metadata-extractor/commit/a79c85d56f6cd354877887d0951bb03945d9863a))
* remove position, add pos ([463cc70](https://github.com/kometenstaub/metadata-extractor/commit/463cc70b7d95764400eb4cef1ff8ea35b808b4d7))


### Bug Fixes

* remove comma ([5a8123b](https://github.com/kometenstaub/metadata-extractor/commit/5a8123b67af68292aa52b3759c36aeb33afd6cdb))
* typing ([dd02d52](https://github.com/kometenstaub/metadata-extractor/commit/dd02d521aff0d6491b6f14c8d5d19881598a0078))

### [0.2.4](https://github.com/kometenstaub/metadata-extractor/compare/0.2.3...0.2.4) (2021-11-21)


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.2.4",
"version": "0.3.0",
"minAppVersion": "0.12.15",
"description": "Metadata export on a schedule for integration with third-party apps like launchers.",
"author": "kometenstaub",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metadata-extractor",
"version": "0.2.4",
"version": "0.3.0",
"description": "Plugin that extracts metadata and saves it in JSON format",
"main": "src/main.ts",
"scripts": {
Expand Down

0 comments on commit d28ec24

Please sign in to comment.