diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ac1ae..90d75f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Version 1.1.1 + +* [feature] scroll to currently opened method on page load +* [fix] fixed searching in IE11 +* [fix] hiding/showing find exact match to open only single relevant section + ## Version 1.1.0 * [scripts] remove jQuery as dependency diff --git a/package.json b/package.json index 8070cca..9339482 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docdash", - "version": "1.1.0", + "version": "1.1.1", "description": "A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami", "main": "publish.js", "scripts": {