From 4298f79ab4a55a412749634d7417dbfeb0e26cf7 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 26 Feb 2020 18:10:44 +0100 Subject: [PATCH] build: fix changelog script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4a33e56..101c6b31 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "scripts": { "build": "yarn rollup -c rollup.config.js", "dev": "webpack-dev-server --mode=development", - "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", + "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2", "build:playground": "webpack --env.prod", "dev:examples": "webpack-dev-server --mode=development --config examples/webpack.config.js", "lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"", -- 2.39.5