Skip to content

Commit

Permalink
chore(release): v3.4.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 24, 2020
1 parent 4b7a847 commit d44e9f6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.3.2-beta.26
v3.4.0
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [3.4.0](https://github.com/kkoomen/vim-doge/compare/v3.3.2-beta.26...v3.4.0) (2020-10-24)

### Bug Fixes

- **ci:** rename steps name ([9b01428](https://github.com/kkoomen/vim-doge/commit/9b014289dec7cf4e046d7d32dce251adbd7a578b))

### Features

- recreate PR [#104](https://github.com/kkoomen/vim-doge/issues/104) ([9c6e84c](https://github.com/kkoomen/vim-doge/commit/9c6e84cbb43e3d8772704ba68e73acb2eb4ca626))
- **cpp:** add support for virtual functions ([#41](https://github.com/kkoomen/vim-doge/issues/41)) ([a06e8e9](https://github.com/kkoomen/vim-doge/commit/a06e8e9a7680ee47b405268939f8d08d4e54c805))

## [3.3.2-beta.26](https://github.com/kkoomen/vim-doge/compare/v3.3.2-beta.25...v3.3.2-beta.26) (2020-10-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.3.2-beta.26",
"version": "3.4.0",
"description": "A Vim polyglot plugin for generating documentation",
"scripts": {
"release": "release-it",
Expand Down

0 comments on commit d44e9f6

Please sign in to comment.