Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoon committed Oct 26, 2018
1 parent 28b1504 commit a67cf5f
Show file tree
Hide file tree
Showing 5 changed files with 303 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
max-issues=1000
max-issues=500
bugs-label=**Fixed Bugs:**
bug-labels=kind/bug
enhancement-label=**Enhancements:**
enhancement-labels=kind/enhancement,kind/feature
exclude-labels=status/by-design,status/duplicate,kind/question,kind/discussion
since-tag=v0.15.7
since-tag=v0.16.11
base=build/CHANGELOG.base.md
cache-file=/usr/local/src/your-app/.cache/github_changelog_generator
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [v0.16.12](https://github.com/vscodevim/vim/tree/v0.16.12) (2018-10-26)

[Full Changelog](https://github.com/vscodevim/vim/compare/v0.16.11...v0.16.12)

**Fixed Bugs:**

- Gulp test with Docker fails to launch [\#3152](https://github.com/VSCodeVim/Vim/issues/3152)
- The link to \*Multi-Cursor\* mode in \_\_Table of content\_\_ doesn't work \(in repo\) [\#3149](https://github.com/VSCodeVim/Vim/issues/3149)
- Multi-Cursor + insertModeKeyBinding jk -\> \<Esc\> [\#2752](https://github.com/VSCodeVim/Vim/issues/2752)

**Merged pull requests:**

- Add more Docker documentation [\#3156](https://github.com/VSCodeVim/Vim/pull/3156) ([westim](https://github.com/westim))
- Fix 3152: Upgrade Docker prerequisite libgtk from 2.0 to 3.0 [\#3153](https://github.com/VSCodeVim/Vim/pull/3153) ([westim](https://github.com/westim))
- Fix \#3149: broken table of contents links [\#3151](https://github.com/VSCodeVim/Vim/pull/3151) ([westim](https://github.com/westim))
- Fix for \#2752 [\#3131](https://github.com/VSCodeVim/Vim/pull/3131) ([donald93](https://github.com/donald93))

## [v0.16.11](https://github.com/vscodevim/vim/tree/v0.16.11) (2018-10-19)

[Full Changelog](https://github.com/vscodevim/vim/compare/v0.16.10...v0.16.11)
Expand Down
Loading

0 comments on commit a67cf5f

Please sign in to comment.