Skip to content

Commit 67d49fc

Browse files
committed
chore(release): bump version to 1.1.0
1 parent b20a146 commit 67d49fc

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

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+
1428
- Added comprehensive test suite using `plenary.nvim`.
1529
- Added `stylua` for code formatting and linting.
1630

1731
### Changed
1832

1933
- Updated `MarkdownCodeBlock` command to correctly handle visual selections, including multi-line selections and selections starting mid-line.
34+
- Formatted codebase using `stylua`.
2035

2136
## [1.0.1] - 2025-05-05
2237

@@ -57,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5772

5873
### Security
5974

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
6177
[1.0.1]: https://github.com/magnusriga/markdown-tools.nvim/compare/v1.0.0...v1.0.1
6278
[1.0.0]: https://github.com/magnusriga/markdown-tools.nvim/compare/v0.1.0...v1.0.0

0 commit comments

Comments
 (0)