Skip to content

Commit

Permalink
chore(release): v3.20.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed May 1, 2023
1 parent e547ece commit 229df7b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.19.1
v3.20.0
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.20.0](https://github.com/kkoomen/vim-doge/compare/v3.19.1...v3.20.0) (2023-05-01)

### Features

- manually compile for osx arm64 ([e547ece](https://github.com/kkoomen/vim-doge/commit/e547ece962d58f63298f91361b65eff1eb8eb54f))
- **c,cpp:** add docblock tag custom char config option (closes [#534](https://github.com/kkoomen/vim-doge/issues/534)) ([f772669](https://github.com/kkoomen/vim-doge/commit/f772669d3527fe8ad3b7b5a2d8a0a5e8a5a49171))
- **c,cpp:** add in-out direction docblock param jumps (closes [#533](https://github.com/kkoomen/vim-doge/issues/533)) ([4872f45](https://github.com/kkoomen/vim-doge/commit/4872f454414443e97fcb4535734627c5fa7ad033))

### Bug Fixes

- **cpp:** support direction in-out for param tags ([076bf12](https://github.com/kkoomen/vim-doge/commit/076bf12eec7a1e90174a2d0dc8f9a52bd0a2dd77))

### [3.19.1](https://github.com/kkoomen/vim-doge/compare/v3.19.0...v3.19.1) (2023-01-20)

## 3.19.0 (2022-12-26)
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.19.1",
"version": "3.20.0",
"description": "A Vim polyglot plugin for generating documentation",
"engines": {
"node": ">=12.0.0 <18.0.0"
Expand Down

0 comments on commit 229df7b

Please sign in to comment.