From 32ba99c96acd1f435f976f7c2f6502e0731d17f4 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 29 Jan 2025 10:11:44 +0000 Subject: [PATCH] chore(release): 7.3.0 [skip ci] # [7.3.0](https://github.com/Informatievlaanderen/build-pipeline/compare/v7.2.6...v7.3.0) (2025-01-29) ### Features * add pack with nuget action ([758518c](https://github.com/Informatievlaanderen/build-pipeline/commit/758518cf305691138eaa0352325b8e3de5374733)) * add v2 github actions ([f5c7c84](https://github.com/Informatievlaanderen/build-pipeline/commit/f5c7c84e789cdfa0a412ff6c221a24fcc190f2ee)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e1271..c3c6be8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [7.3.0](https://github.com/Informatievlaanderen/build-pipeline/compare/v7.2.6...v7.3.0) (2025-01-29) + + +### Features + +* add pack with nuget action ([758518c](https://github.com/Informatievlaanderen/build-pipeline/commit/758518cf305691138eaa0352325b8e3de5374733)) +* add v2 github actions ([f5c7c84](https://github.com/Informatievlaanderen/build-pipeline/commit/f5c7c84e789cdfa0a412ff6c221a24fcc190f2ee)) + ## [7.2.6](https://github.com/Informatievlaanderen/build-pipeline/compare/v7.2.5...v7.2.6) (2024-04-15) diff --git a/package-lock.json b/package-lock.json index 1adb4e2..d75405a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "build-pipeline", - "version": "7.2.6", + "version": "7.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "build-pipeline", - "version": "7.2.6", + "version": "7.3.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "19.6.1", diff --git a/package.json b/package.json index 4a12388..c00aeaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "build-pipeline", - "version": "7.2.6", + "version": "7.3.0", "description": "Contains generic files for Basisregisters Vlaanderen pipelines.", "author": "Basisregisters Vlaanderen", "license": "MIT",