Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwillmoore committed Oct 15, 2023
1 parent a8a2fc7 commit ec4f497
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +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).

## [1.1.5] - 2023-10-15

### Fixed

- Fix the "short links to files" description in the settings

## [1.1.4] - 2023-08-11

### Changed
Expand Down Expand Up @@ -90,6 +96,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Project settings for Visual Studio Code.
- A [`README.md`](./README.md) and a [`LICENSE`](./LICENSE).

[1.1.5]: https://github.com/scottwillmoore/obsidian-short-internal-links-to-headings/releases/tag/v1.1.5
[1.1.4]: https://github.com/scottwillmoore/obsidian-short-internal-links-to-headings/releases/tag/v1.1.4
[1.1.3]: https://github.com/scottwillmoore/obsidian-short-internal-links-to-headings/releases/tag/v1.1.3
[1.1.2]: https://github.com/scottwillmoore/obsidian-short-internal-links-to-headings/releases/tag/v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "Short links",
"description": "An Obsidian plugin to display short internal links.",
"author": "Scott Moore",
"version": "1.1.4",
"version": "1.1.5",
"minAppVersion": "1.1.1",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "An Obsidian plugin to display short internal links.",
"author": "Scott Moore",
"license": "MIT",
"version": "1.1.4",
"version": "1.1.5",
"scripts": {
"build": "node --require esbuild-register scripts/build.ts",
"format": "prettier --write .",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -6,5 +6,6 @@
"1.1.1": "1.1.1",
"1.1.2": "1.1.1",
"1.1.3": "1.1.1",
"1.1.4": "1.1.1"
"1.1.4": "1.1.1",
"1.1.5": "1.1.1"
}

0 comments on commit ec4f497

Please sign in to comment.