diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe6d26d..af4eeb11 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.16.0](https://www.github.com/amplience/dc-cli/compare/v0.15.1...v0.16.0) (2022-09-12) + + +### Features + +* concurrent publish queue with --batchPublish option ([#146](https://www.github.com/amplience/dc-cli/issues/146)) ([632033c](https://www.github.com/amplience/dc-cli/commit/632033cb2339efa4f6207189fd08aaf22a374840)) + ### [0.15.1](https://www.github.com/amplience/dc-cli/compare/v0.15.0...v0.15.1) (2022-05-26) diff --git a/package-lock.json b/package-lock.json index be3227bd..55e1dac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@amplience/dc-cli", - "version": "0.15.1", + "version": "0.16.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b7d48695..9c960764 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@amplience/dc-cli", - "version": "0.15.1", + "version": "0.16.0", "description": "Dynamic Content CLI Tool", "main": "./dist/index.js", "man": "./dist/dc-cli.1",