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",