Skip to content

Commit

Permalink
chore(release): v3.14.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Jun 17, 2022
1 parent 6775e75 commit adfdcef
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.13.0
v3.14.0
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@


# 3.14.0 (2022-06-17)


### Bug Fixes

* adjust startPosition logic ([1692e96](https://github.com/kkoomen/vim-doge/commit/1692e9686df8a7f5894520717a97123deea59f7c))
* adjust startPosition logic ([d11695e](https://github.com/kkoomen/vim-doge/commit/d11695eb348e01bf3e07b26a99be652c91b812ea))
* **cpp:** insert comment at correct position for classes, struct and function declarations ([870eafd](https://github.com/kkoomen/vim-doge/commit/870eafd271c78c4ec936973153296e3fa59ce231))
* **cpp:** limit startPosition bottom limit to 0 ([51c7a6d](https://github.com/kkoomen/vim-doge/commit/51c7a6d84e0461694adfac56429f82b9e6ee6ed9))


### Features

* expand comment where the function starts ([742fd25](https://github.com/kkoomen/vim-doge/commit/742fd25d9432d687a242d5933e23c0a4f55a8031))

# 3.13.0 (2022-06-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "vim-doge",
"version": "3.13.0",
"version": "3.14.0",
"description": "A Vim polyglot plugin for generating documentation",
"scripts": {
"release": "release-it",
Expand Down

0 comments on commit adfdcef

Please sign in to comment.