Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Sep 18, 2024
1 parent 79bac6c commit ae9bd22
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.7.0

- Stop race condition

## 2.6.0

- Add more settings
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": "better-markdown-links",
"name": "Better Markdown Links",
"version": "2.6.0",
"version": "2.7.0",
"description": "Adds support for angle bracket links and manages relative links properly",
"author": "mnaoumov",
"authorUrl": "https://github.com/mnaoumov/",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-markdown-links",
"version": "2.6.0",
"version": "2.7.0",
"description": "Adds support for angle bracket links and manages relative links properly",
"scripts": {
"build": "obsidian-dev-utils build",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"2.3.0": "1.6.7",
"2.4.0": "1.6.7",
"2.5.0": "1.6.7",
"2.6.0": "1.6.7"
"2.6.0": "1.6.7",
"2.7.0": "1.6.7"
}

0 comments on commit ae9bd22

Please sign in to comment.