From 99f4236029b3248888a7ab4f609846271ea73901 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Sat, 10 Feb 2018 13:13:43 -0800 Subject: [PATCH] chore(release): 5.4.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2227fc5d6..c8f2c5582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [5.4.0](https://github.com/documentationjs/documentation/compare/v5.3.5...v5.4.0) (2018-02-10) + + +### Bug Fixes + +* **package:** update remark-toc to version 5.0.0 ([0bb3d0d](https://github.com/documentationjs/documentation/commit/0bb3d0d)) + + +### Features + +* add support for class param declarations at the constructor ([#1013](https://github.com/documentationjs/documentation/issues/1013)) ([05c5279](https://github.com/documentationjs/documentation/commit/05c5279)) + + + ## [5.3.5](https://github.com/documentationjs/documentation/compare/v5.3.4...v5.3.5) (2017-12-12) diff --git a/package.json b/package.json index 0553d3d58..d5afc1ccc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "documentation", "description": "a documentation generator", - "version": "5.3.5", + "version": "5.4.0", "author": "Tom MacWright", "bin": { "documentation": "./bin/documentation.js"