Skip to content

Commit cc43865

Browse files
committed
[version] 1.2.0
1 parent dcfa41e commit cc43865

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Version 1.2.0
2+
3+
* [feature] host fonts locally
4+
* [feature] separate styles for headers inside user markdown
5+
* [feature] hide static/private method depending of the config
6+
* [fix] fix empty source code lines in some browsers
7+
* [fix] improved viewing theme on smaller screens
8+
19
## Version 1.1.1
210

311
* [feature] scroll to currently opened method on page load

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docdash",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami",
55
"main": "publish.js",
66
"scripts": {

0 commit comments

Comments
 (0)