diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f198a..02c12d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.3.7](https://github.com/Anadian/extract-documentation-comments/compare/v0.3.6...v0.3.7) (2021-05-13) + + +### Chores + +* **deps:** Updating `application-log-winston-interface`. ([e6f708c](https://github.com/Anadian/extract-documentation-comments/commit/e6f708cff124b2e7c28d84d0e7090f47c6810787)) + ### [0.3.6](https://github.com/Anadian/extract-documentation-comments/compare/v0.3.5...v0.3.6) (2021-05-13) diff --git a/package-lock.json b/package-lock.json index 1650cc1..d10b836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extract-documentation-comments", - "version": "0.3.6", + "version": "0.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8ad162b..c73bd49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-documentation-comments", - "version": "0.3.6", + "version": "0.3.7", "description": "Simply extract documentation comments from a source file.", "main": "source/main.js", "scripts": {