Skip to content

Commit 53e3585

Browse files
committed
chore(release): v3.2.10 🎉
1 parent 89e991e commit 53e3585

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.9
1+
v3.2.10

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.2.10](https://github.com/kkoomen/vim-doge/compare/3.2.9...v3.2.10) (2020-10-20)
2+
3+
### Bug Fixes
4+
5+
- **typescript:** use TSX parser to support JSX/TSX in JS/TS ([#110](https://github.com/kkoomen/vim-doge/issues/110)) ([60cbfe7](https://github.com/kkoomen/vim-doge/commit/60cbfe73d894488353ff335aee8e58b49be123ba))
6+
17
## [3.2.9](https://github.com/kkoomen/vim-doge/compare/3.2.8...3.2.9) (2020-10-17)
28

39
### Bug Fixes

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.9",
4+
"version": "3.2.10",
55
"description": "A Vim polyglot plugin for generating documentation",
66
"scripts": {
77
"release": "release-it",

0 commit comments

Comments
 (0)