From 0f7f996e3ac58ea56595c5a66f4352f3fb074692 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 17 Aug 2023 09:34:53 +0200 Subject: [PATCH] refs #6126 feat(deploy): init 2336 version --- CHANGELOG.md | 13 +++++++------ db/changes/233601/.gitkeep | 0 package.json | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 db/changes/233601/.gitkeep diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4ccc91b4..2b3c43005b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,21 @@ 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). -## [2334.01] - 2023-08-24 +## [2336.01] - 2023-09-07 ### Added -- (General -> Errores) Botón para enviar cau con los datos del error - ### Changed ### Fixed +## [2334.01] - 2023-08-24 + +### Added +- (General -> Errores) Botón para enviar cau con los datos del error + + ## [2332.01] - 2023-08-10 ### Added @@ -46,9 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - (Clientes -> Razón social) Permite crear clientes con la misma razón social según el país -### Fixed - - ## [2328.01] - 2023-07-13 ### Added diff --git a/db/changes/233601/.gitkeep b/db/changes/233601/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/package.json b/package.json index 2aa37379ed..dd833a8ad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-back", - "version": "23.34.01", + "version": "23.36.01", "author": "Verdnatura Levante SL", "description": "Salix backend", "license": "GPL-3.0",