Skip to content

Commit

Permalink
chore(release): v3.18.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Aug 19, 2022
1 parent d21a466 commit 0b6648e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.17.0
v3.18.0
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 3.18.0 (2022-08-19)

### Features

- remove CreateDocStandard command due to unmaintainble and unnecessary complex logic ([8c402d6](https://github.com/kkoomen/vim-doge/commit/8c402d6a39dd18dafd72d42b74823484bdc43dd1))
- **cpp:** support three new doxygen cpp doc standards ([82a8d98](https://github.com/kkoomen/vim-doge/commit/82a8d9871e0aaeb7a85b7499334671f2c9797f9b))

### Bug Fixes

- **c,cpp:** use !summary at [@brief](https://github.com/brief) instead of !description ([85bc0c7](https://github.com/kkoomen/vim-doge/commit/85bc0c71a844248e2673a4407ae439731d1fdeef))

## [3.17.0](https://github.com/kkoomen/vim-doge/compare/v3.16.0...v3.17.0) (2022-07-25)

### Features
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.17.0",
"version": "3.18.0",
"description": "A Vim polyglot plugin for generating documentation",
"engines": {
"node": ">=12.0.0 <18.0.0"
Expand Down

0 comments on commit 0b6648e

Please sign in to comment.