From bceb402b5f8257be518de76d287edc50df96b73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jovan=20Kruni=C4=87?= Date: Thu, 7 Feb 2019 11:34:48 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b11cfcc2..0ddf6662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# [0.6.0](https://gitlab.com/openstapps/core/compare/v0.5.0...v0.6.0) (2019-02-07) + + + # [0.5.0](https://gitlab.com/openstapps/core/compare/v0.4.0...v0.5.0) (2019-02-06) diff --git a/package.json b/package.json index 10787fb0..dc7c8195 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "types": "./lib/index.d.ts", "scripts": { "build": "npm run tslint && npm run compile && npm run pack && npm run schema && npm run documentation", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'", "check-configuration": "openstapps-configuration", "compile": "tsc", "documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src",