From c9023449c9a70c9517d2973e842fd7ee04aba01b Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 15 Dec 2023 08:18:48 +0100 Subject: [PATCH] refs #6062 fix: correct version --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 828d5be486..1a679cdfc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2400.01] - 2024-01-04 + +### Added + +### Changed + +### Fixed + ## [2350.01] - 2023-12-14 ### Added diff --git a/package.json b/package.json index 72b54a7ecf..7c966dbb17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-front", - "version": "23.50.01", + "version": "24.00.01", "description": "Salix frontend", "productName": "Salix", "author": "Verdnatura",