Skip to content

Commit 1b7aa6a

Browse files
authored
chore(main): release 0.9.2 (#136)
1 parent 4a5e28c commit 1b7aa6a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.9.2](https://github.com/bngarren/checkmate.nvim/compare/v0.9.1...v0.9.2) (2025-06-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **api:** ensure that file ends with new line ([#141](https://github.com/bngarren/checkmate.nvim/issues/141)) ([4a5e28c](https://github.com/bngarren/checkmate.nvim/commit/4a5e28c72bb1c993acc845191df630232036616d))
9+
* **api:** fixes missing BufWritePre and BufWritePost calls ([#137](https://github.com/bngarren/checkmate.nvim/issues/137)) ([da388a6](https://github.com/bngarren/checkmate.nvim/commit/da388a6098767fed498d7949657061a107aa6d54))
10+
* **docs:** fixes duplicate table of contents in vimdoc ([#135](https://github.com/bngarren/checkmate.nvim/issues/135)) ([72a6be4](https://github.com/bngarren/checkmate.nvim/commit/72a6be47348a5d801d2b6aaf7f91bbfeaed2ef39))
11+
312
## [0.9.1](https://github.com/bngarren/checkmate.nvim/compare/v0.9.0...v0.9.1) (2025-06-19)
413

514

0 commit comments

Comments
 (0)