Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
chore(main): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and smjonas committed Jan 24, 2023
1 parent 71662ac commit f0129f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.1.0](https://github.com/smjonas/duplicate.nvim/compare/v2.0.0...v2.1.0) (2023-01-24)


### Features

* move cursor to beginning of duplicated text ([06e5e46](https://github.com/smjonas/duplicate.nvim/commit/06e5e46da00925c409ee6bdb6cd0a15a5dac32f5))
* respect v:count in line-wise mapping ([a3691db](https://github.com/smjonas/duplicate.nvim/commit/a3691db9e58b8f1c4b0b9ed76098246299dee913))


### Bug Fixes

* moving cursor when duplicating current line ([#10](https://github.com/smjonas/duplicate.nvim/issues/10)) ([d58104c](https://github.com/smjonas/duplicate.nvim/commit/d58104c362ceb886c5e6677c43c011bd2b1e788f))

## [2.0.0](https://github.com/smjonas/duplicate.nvim/compare/v1.0.0...v2.0.0) (2023-01-21)


Expand Down
2 changes: 1 addition & 1 deletion lua/duplicate/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ M.default = {
transform = nil,
}

M.version = "2.0.0" -- x-release-please-version
M.version = "2.1.0" -- x-release-please-version

return M

0 comments on commit f0129f5

Please sign in to comment.