Skip to content

Commit 13daf28

Browse files
authored
chore(main): release 1.2.0 (#139)
1 parent d6122bc commit 13daf28

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/johmsalas/text-case.nvim/compare/v1.1.0...v1.2.0) (2024-07-13)
4+
5+
6+
### Features
7+
8+
* Add start_replacing_command_with_first_part ([0b0afd6](https://github.com/johmsalas/text-case.nvim/commit/0b0afd658abb1a393f7eb103cac75774ed6b0f55))
9+
* **VSCode:** Open the Command Palette instead of Telescope ([#140](https://github.com/johmsalas/text-case.nvim/issues/140)) ([d6f121e](https://github.com/johmsalas/text-case.nvim/commit/d6f121ec471118afb4fc7ed8cafb08eef3e9b307))
10+
11+
12+
### Bug Fixes
13+
14+
* **docs:** Update LazyVim config - lazy loading commands ([f4735e2](https://github.com/johmsalas/text-case.nvim/commit/f4735e218bfc8330a84041b058833c5de8b3c8c1))
15+
* **docs:** Updates LazyVim example setup to lazy load on all default invocations ([#155](https://github.com/johmsalas/text-case.nvim/issues/155)) ([6bc91cd](https://github.com/johmsalas/text-case.nvim/commit/6bc91cde614bbec6f0befbaf7fcd302415d803fb))
16+
* don't create select mode mappings ([5d85b74](https://github.com/johmsalas/text-case.nvim/commit/5d85b7495c3cf8e842e4d2528edc68e6fe7c92c8))
17+
* Error when passing an empty string via API methods ([#146](https://github.com/johmsalas/text-case.nvim/issues/146)) ([51fba4b](https://github.com/johmsalas/text-case.nvim/commit/51fba4b76ff39e2a3264a7201be3c9310cfcdb58))
18+
* **healthcheck:** use whichkey.add instead of whichkey.register ([d6122bc](https://github.com/johmsalas/text-case.nvim/commit/d6122bcf12ebca7751af4a2e082dec6ed5e95386))
19+
* **LSP:** support both, changes and documentChanges, according to the Language Server results ([ec9925b](https://github.com/johmsalas/text-case.nvim/commit/ec9925b27dd54809653cc766b8673acd979a888e))
20+
* **subs:** Avoid modifying a match that has already been altered. ([#147](https://github.com/johmsalas/text-case.nvim/issues/147)) ([b812d89](https://github.com/johmsalas/text-case.nvim/commit/b812d890220bf9df358df3a5683b171b46d29c75))
21+
322
## [1.1.0](https://github.com/johmsalas/text-case.nvim/compare/v1.0.0...v1.1.0) (2023-12-20)
423

524

0 commit comments

Comments
 (0)