diff --git a/CHANGELOG.md b/CHANGELOG.md index e187fd1..e05d1d2 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.1](https://github.com/Anadian/extract-documentation-comments/compare/v0.3.0...v0.3.1) (2021-04-25) + + +### Refactoring + +* Updated dependencies and moved to a more modern logging solution. ([cbdfbe0](https://github.com/Anadian/extract-documentation-comments/commit/cbdfbe041afd20d2a0938e1d668f650fd23bdce3)) + ## [0.3.0](https://github.com/Anadian/extract-documentation-comments/compare/v0.2.9...v0.3.0) (2021-02-13) diff --git a/package-lock.json b/package-lock.json index 4e58820..abb4a91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extract-documentation-comments", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fbd69d3..e3240ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-documentation-comments", - "version": "0.3.0", + "version": "0.3.1", "description": "Simply extract documentation comments from a source file.", "main": "source/main.js", "scripts": {