From 7f91a8647345e939fe0f8e57592e95861fa97eb1 Mon Sep 17 00:00:00 2001 From: release-bot Date: Fri, 2 Feb 2024 07:57:11 +0000 Subject: [PATCH] chore(release): 12.1.0 [skip ci] # [12.1.0](https://github.com/informatievlaanderen/projection-handling/compare/v12.0.1...v12.1.0) (2024-02-02) ### Features * add cachevalidator wether to update position ([7aa7022](https://github.com/informatievlaanderen/projection-handling/commit/7aa7022a41c561cf1d2e116b0a2c4751e23059ec)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7311a8..73cc04d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [12.1.0](https://github.com/informatievlaanderen/projection-handling/compare/v12.0.1...v12.1.0) (2024-02-02) + + +### Features + +* add cachevalidator wether to update position ([7aa7022](https://github.com/informatievlaanderen/projection-handling/commit/7aa7022a41c561cf1d2e116b0a2c4751e23059ec)) + ## [12.0.1](https://github.com/informatievlaanderen/projection-handling/compare/v12.0.0...v12.0.1) (2023-12-14) diff --git a/package-lock.json b/package-lock.json index f77044a..f6bc005 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "projection-handling", - "version": "12.0.1", + "version": "12.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "projection-handling", - "version": "12.0.1", + "version": "12.1.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "16.2.3", diff --git a/package.json b/package.json index 32857d1..25bf057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "projection-handling", - "version": "12.0.1", + "version": "12.1.0", "description": "Lightweight projection handling infrastructure.", "author": "Basisregisters Vlaanderen", "license": "MIT",