From 5baf86331ff235cbd2efb8182eb57fbbb182a7a4 Mon Sep 17 00:00:00 2001 From: Arturs Sosins Date: Sat, 30 Mar 2019 10:56:19 +0200 Subject: [PATCH] [version] 1.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efde49e..30ac1ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 1.1.0 + +* [scripts] remove jQuery as dependency +* [feature] allow aliasing event names + ## Version 1.0.3 * [style] break headers into multiple lines diff --git a/package.json b/package.json index 0656b2e..8070cca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docdash", - "version": "1.0.3", + "version": "1.1.0", "description": "A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami", "main": "publish.js", "scripts": {