diff --git a/CHANGELOG.md b/CHANGELOG.md index f4819708..8ca638f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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.5.2](https://github.com/fliegwerk/fliegdoc/compare/v0.5.1...v0.5.2) (2022-10-27) +### [0.6.0](https://github.com/fliegwerk/fliegdoc/compare/v0.5.1...v0.6.0) (2022-10-27) ### Features diff --git a/package-lock.json b/package-lock.json index 1984e076..fb55f026 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fliegdoc", - "version": "0.5.2", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 51d3c329..126e37e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fliegdoc", - "version": "0.5.2", + "version": "0.6.0", "description": "A documentation generator for Typescript-based libraries with good support for monorepos", "repository": { "url": "git+https://github.com/fliegwerk/fliegdoc.git",