We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f735e commit b49516cCopy full SHA for b49516c
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
Changelog maintained after version 1.3.0
8
9
+## [1.3.3] - 2019-09-25
10
+### Fixed
11
+- fixed vue components preview
12
+- attempt to fix error with paths on windows
13
+
14
## [1.3.2] - 2019-09-25
15
### Added
16
- add the ability to document vue components with dash in a name
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "better-docs",
3
- "version": "1.3.2",
+ "version": "1.3.3",
4
"description": "JSdoc theme",
5
"main": "publish.js",
"scripts": {
0 commit comments