Skip to content

Commit

Permalink
bump patch to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dpickett committed Aug 20, 2022
1 parent bec9aee commit fa3e16f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.12]

### Added

- Support opening a related url in view mode [#7](https://github.com/dpickett/open-related-url/issues/7)
- Open a url in a link context menu [#6](https://github.com/dpickett/open-related-url/issues/6)

[0.0.12]: https://github.com/dpickett/open-related-url/compare/0.0.11...0.0.12
[Unreleased]: https://github.com/dpickett/open-related-url/compare/0.0.11...HEAD
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "open-related-url",
"name": "Open Related Url",
"version": "0.0.11",
"version": "0.0.12",
"minAppVersion": "0.12.0",
"description": "Opens URLs found in a note's YAML frontmatter",
"author": "Dan Pickett",
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": "obsidian-open-related-url",
"version": "0.0.11",
"version": "0.0.12",
"description": "Open a URL related to a note in obsidian",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit fa3e16f

Please sign in to comment.