From 2f927fb9f4cab596a272dee643a57af64e1346af Mon Sep 17 00:00:00 2001 From: Release Bot Date: Thu, 25 Sep 2025 20:30:38 +0000 Subject: [PATCH] chore(release): 0.9.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 260b441..f14d8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.9.0](https://github.com/shapertools/configuration-ci-general/compare/v0.8.0...v0.9.0) (2025-09-25) + + +### Features + +* Suport providing multiple tags in docker build ([7f1a07d](https://github.com/shapertools/configuration-ci-general/commit/7f1a07d)) + + + # [0.8.0](https://github.com/shapertools/configuration-ci-general/compare/v0.7.6...v0.8.0) (2025-07-14) diff --git a/package-lock.json b/package-lock.json index dadc4a0..15b996b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "configuration-ci-general", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 7f22b6b..2ffc3df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "configuration-ci-general", "private": true, - "version": "0.8.0", + "version": "0.9.0", "description": "General Continuous Integration Configuration ------------------------------------", "main": "index.js", "scripts": {