From 6589d85ab07f09b6d58ba7c69861f941c641b1d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Sep 2023 19:42:11 +0200 Subject: [PATCH] chore(release): 2.15.8 [skip ci] ## [2.15.8](https://github.com/kolplattformen/skolplattformen/compare/v2.15.7...v2.15.8) (2023-09-17) ### Bug Fixes * removed price components. Altered QA. ([#653](https://github.com/kolplattformen/skolplattformen/issues/653)) ([fef71c7](https://github.com/kolplattformen/skolplattformen/commit/fef71c7923c1f406c57ed0e15cde4df2d8ff9676)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 865693e9..1ca9c077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.8](https://github.com/kolplattformen/skolplattformen/compare/v2.15.7...v2.15.8) (2023-09-17) + + +### Bug Fixes + +* removed price components. Altered QA. ([#653](https://github.com/kolplattformen/skolplattformen/issues/653)) ([fef71c7](https://github.com/kolplattformen/skolplattformen/commit/fef71c7923c1f406c57ed0e15cde4df2d8ff9676)) + ## [2.15.7](https://github.com/kolplattformen/skolplattformen/compare/v2.15.6...v2.15.7) (2023-03-28) diff --git a/package.json b/package.json index a64f28d4..fcc578cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skolplattformen", - "version": "2.15.7", + "version": "2.15.8", "license": "MIT", "scripts": { "start": "nx start",