File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Added
13
13
14
+ ### Changed
15
+
16
+ ### Deprecated
17
+
18
+ ### Removed
19
+
20
+ ### Fixed
21
+
22
+ ### Security
23
+
24
+ ## [ 1.1.0] - 2025-05-05
25
+
26
+ ### Added
27
+
14
28
- Added comprehensive test suite using ` plenary.nvim ` .
15
29
- Added ` stylua ` for code formatting and linting.
16
30
17
31
### Changed
18
32
19
33
- Updated ` MarkdownCodeBlock ` command to correctly handle visual selections, including multi-line selections and selections starting mid-line.
34
+ - Formatted codebase using ` stylua ` .
20
35
21
36
## [ 1.0.1] - 2025-05-05
22
37
@@ -57,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57
72
58
73
### Security
59
74
60
- [ Unreleased ] : https://github.com/magnusriga/markdown-tools.nvim/compare/v1.0.1...HEAD
75
+ [ Unreleased ] : https://github.com/magnusriga/markdown-tools.nvim/compare/v1.1.0...HEAD
76
+ [ 1.1.0 ] : https://github.com/magnusriga/markdown-tools.nvim/compare/v1.0.1...v1.1.0
61
77
[ 1.0.1 ] : https://github.com/magnusriga/markdown-tools.nvim/compare/v1.0.0...v1.0.1
62
78
[ 1.0.0 ] : https://github.com/magnusriga/markdown-tools.nvim/compare/v0.1.0...v1.0.0
You can’t perform that action at this time.
0 commit comments