From e249b4defd701857877f8ce0a5c5e4a360dbebe5 Mon Sep 17 00:00:00 2001 From: amp-automation <68329326+amp-automation@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:06:51 +0000 Subject: [PATCH] chore(master): release 0.31.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6931fb2..fa47ee54 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.30.0"} +{".":"0.31.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce3dad4..b992a645 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.31.0](https://github.com/amplience/dc-cli/compare/v0.30.0...v0.31.0) (2026-03-02) + + +### Features + +* passing sync options to support force sync ([#250](https://github.com/amplience/dc-cli/issues/250)) ([f74b6d4](https://github.com/amplience/dc-cli/commit/f74b6d465fd618775270757390ae3b738d39e88c)) + ## [0.30.0](https://github.com/amplience/dc-cli/compare/v0.29.0...v0.30.0) (2025-11-14) diff --git a/package-lock.json b/package-lock.json index ce9b35b8..a0d18861 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@amplience/dc-cli", - "version": "0.30.0", + "version": "0.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@amplience/dc-cli", - "version": "0.30.0", + "version": "0.31.0", "license": "Apache-2.0", "dependencies": { "ajv": "6.12.6", diff --git a/package.json b/package.json index 951a2fc6..73031333 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@amplience/dc-cli", - "version": "0.30.0", + "version": "0.31.0", "description": "Dynamic Content CLI Tool", "main": "./dist/index.js", "man": "./dist/dc-cli.1",