Skip to content

Commit a90f814

Browse files
committed
chore(release): v3.3.2-beta.0 🎉
1 parent 20142bf commit a90f814

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
### Bug Fixes
44

5+
- revert package.json version back ([20142bf](https://github.com/kkoomen/vim-doge/commit/20142bf73798c5cae860c34a1dd248dd9ccfd155))
6+
- **ci:** add matrix prefix for variable ([3bfa189](https://github.com/kkoomen/vim-doge/commit/3bfa1890dcaa82c06809f4dc9625728217a14ac4))
7+
- **ci:** do not compress binary if no name has been given ([d607ee0](https://github.com/kkoomen/vim-doge/commit/d607ee0f0582c8b6867ec34fe960653ccb475948))
8+
- **ci:** replace old \$tests var with all the necessary globs ([3f8c81f](https://github.com/kkoomen/vim-doge/commit/3f8c81f86627a8f0bfdf68976cb182bc467035ae))
9+
- **ci:** set runtimepath correctly for unix / macunix ([2b634c5](https://github.com/kkoomen/vim-doge/commit/2b634c596325224ed8ed3ef4c29e11afbadd8cd8))
10+
- **ci:** split up single job into separate linux + macos jobs ([0e25059](https://github.com/kkoomen/vim-doge/commit/0e25059be2b5e9d917eb272a453b95684ca11f5c))
11+
- **ci:** use proper testing setup for vim + neovim ([6022cab](https://github.com/kkoomen/vim-doge/commit/6022cab9cc5a51235643b3b98321b80c14d11d52))
12+
- add vader as a submodule and adjust test vimrc runtimepath ([21bbbc1](https://github.com/kkoomen/vim-doge/commit/21bbbc18900ab54e3fa9591653b5bcbd9f241b9f))
13+
14+
### Features
15+
16+
- **ci:** add linux build to the release.yml ([287dd6b](https://github.com/kkoomen/vim-doge/commit/287dd6b8bafb267fae908b414d2e552c56f39811))
17+
- **ci:** add release workflow ([678d913](https://github.com/kkoomen/vim-doge/commit/678d913516b93f3321255d95a851282d4c5f7dda))
18+
- move echo to the top to ensure proper color echoing ([6e66713](https://github.com/kkoomen/vim-doge/commit/6e66713f780e1ac526fda48dbfe81ef0d5f6128f))
19+
- **ci:** filter vader output ([4fd24e4](https://github.com/kkoomen/vim-doge/commit/4fd24e4bb68529b6d0a58eaa05c8ca11a3de7765))
20+
- **gitmodules:** add shallow = true to vader ([73da31a](https://github.com/kkoomen/vim-doge/commit/73da31a8c977bacd876f39181a62b221e3826dd7))
21+
- remove travis.yml and setup initial CI workflow ([0c35ac9](https://github.com/kkoomen/vim-doge/commit/0c35ac97ea21f7005b54de58b512a4acebc11145))
22+
23+
## [3.3.2-beta.0](https://github.com/kkoomen/vim-doge/compare/v3.3.1...v3.3.2-beta.0) (2020-10-23)
24+
25+
### Bug Fixes
26+
527
- **ci:** add matrix prefix for variable ([3bfa189](https://github.com/kkoomen/vim-doge/commit/3bfa1890dcaa82c06809f4dc9625728217a14ac4))
628
- **ci:** do not compress binary if no name has been given ([d607ee0](https://github.com/kkoomen/vim-doge/commit/d607ee0f0582c8b6867ec34fe960653ccb475948))
729
- **ci:** replace old \$tests var with all the necessary globs ([3f8c81f](https://github.com/kkoomen/vim-doge/commit/3f8c81f86627a8f0bfdf68976cb182bc467035ae))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "vim-doge",
4-
"version": "3.3.1",
4+
"version": "3.3.2-beta.0",
55
"description": "A Vim polyglot plugin for generating documentation",
66
"scripts": {
77
"release": "release-it",

0 commit comments

Comments
 (0)