Skip to content

Commit 8ed2279

Browse files
authored
Merge pull request #53 from YousefHadder/release-please--branches--main
chore: release 1.5.1
2 parents 0ee02d9 + b313268 commit 8ed2279

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to markdown-plus.nvim will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.1](https://github.com/YousefHadder/markdown-plus.nvim/compare/v1.5.0...v1.5.1) (2025-10-30)
9+
10+
11+
### Bug Fixes
12+
13+
* address final 2 unresolved PR comments ([3304632](https://github.com/YousefHadder/markdown-plus.nvim/commit/3304632d1fe57750bccbcf2185969159943012ee))
14+
* address remaining PR review comments ([2a16266](https://github.com/YousefHadder/markdown-plus.nvim/commit/2a162660c22b20f53edbbffe7b3da3c6d27595aa))
15+
* fix release-please file ([fe79a36](https://github.com/YousefHadder/markdown-plus.nvim/commit/fe79a3642b2c54d283e6787df01144122303ded2))
16+
* improve input cancellation handling ([7f5724b](https://github.com/YousefHadder/markdown-plus.nvim/commit/7f5724b6fbc81e29f177232a9593743ef2585966))
17+
* improve type annotations and cursor positioning ([570440b](https://github.com/YousefHadder/markdown-plus.nvim/commit/570440ba2fff3d17b2f6db292524aa50f49a3d36))
18+
* invalid completion value error in utils.input() ([91bdb2c](https://github.com/YousefHadder/markdown-plus.nvim/commit/91bdb2c5fbc88e92dfea717c02a1b10998a2cd02))
19+
* restore legacy TOC detection without HTML markers ([e7aefb0](https://github.com/YousefHadder/markdown-plus.nvim/commit/e7aefb0f565e73d46768e022fcba0281f3edf7ef))
20+
821
## [1.5.0] - 2025-10-29
922

1023
### Added

0 commit comments

Comments
 (0)