We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6395a6a commit ac87fa2Copy full SHA for ac87fa2
CHANGELOG.md
@@ -6,6 +6,12 @@ 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
+## Version v2.0.1 - 2020-05-03
10
+
11
+### Fixed
12
13
+- fix `css` parameter in better-docs theme properties.
14
15
## Version 2.0.0 - 2020-04-29
16
17
### Changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "better-docs",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "JSdoc theme",
5
"repository": "github:SoftwareBrothers/better-docs",
"main": "publish.js",
0 commit comments