Skip to content

Commit

Permalink
chore(release): v3.2.10 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 20, 2020
1 parent 89e991e commit 53e3585
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.9
v3.2.10
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.2.10](https://github.com/kkoomen/vim-doge/compare/3.2.9...v3.2.10) (2020-10-20)

### Bug Fixes

- **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))

## [3.2.9](https://github.com/kkoomen/vim-doge/compare/3.2.8...3.2.9) (2020-10-17)

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

0 comments on commit 53e3585

Please sign in to comment.