Skip to content

Commit

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

### Bug Fixes

- use case-sensitive check for doge#install() ([400e871](https://github.com/kkoomen/vim-doge/commit/400e87185f7514b3edb7c2801cb36dc41f4c85b5))

### Features

- do not download binary if already downloaded ([b5695b6](https://github.com/kkoomen/vim-doge/commit/b5695b60f8f31450b433d31c5c8a36e86cef8b28))

## [3.5.1](https://github.com/kkoomen/vim-doge/compare/v3.5.0...v3.5.1) (2020-10-31)

### 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.5.1",
"version": "3.5.2-beta.0",
"description": "A Vim polyglot plugin for generating documentation",
"scripts": {
"release": "release-it",
Expand Down

0 comments on commit bcf9a57

Please sign in to comment.