From e019ab4160d68181661baf259ccbade0cea9f4f1 Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 8 May 2023 12:40:52 +0200 Subject: [PATCH] deploy(232001): add changes folder, package and changelog --- CHANGELOG.md | 15 ++++++++++++++- db/changes/232001/.gitkeep | 0 package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 db/changes/232001/.gitkeep diff --git a/CHANGELOG.md b/CHANGELOG.md index fa318a908e..5ff575175e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,20 @@ 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). -## [2318.01] - 2023-05-04 +## [2320.01] - 2023-05-25 + +### Added +- + +### Changed +- + +### Fixed +- + + + +## [2318.01] - 2023-05-08 ### Added - (Usuarios -> Histórico) Nueva sección diff --git a/db/changes/232001/.gitkeep b/db/changes/232001/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/package.json b/package.json index fee164f442..4b4f552ac4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-back", - "version": "23.18.01", + "version": "23.20.01", "author": "Verdnatura Levante SL", "description": "Salix backend", "license": "GPL-3.0",