Skip to content

Commit

Permalink
chore(release): v3.21.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed May 5, 2023
1 parent 74b7ba1 commit 714c795
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.20.0
v3.21.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.21.0](https://github.com/kkoomen/vim-doge/compare/v3.20.0...v3.21.0) (2023-05-05)

### Features

- **rust:** insert docblock above macros ([74b7ba1](https://github.com/kkoomen/vim-doge/commit/74b7ba1a3a3166726578598a9ac290192bc36e95))

## [3.20.0](https://github.com/kkoomen/vim-doge/compare/v3.19.1...v3.20.0) (2023-05-01)

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

0 comments on commit 714c795

Please sign in to comment.