From 7187909f965dc7293ff0d587ccec75071e3c6852 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2024 21:24:43 +0000 Subject: [PATCH] chore(release): 1.5.14 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [1.5.14](https://github.com/eclass/grade-scales/compare/v1.5.13...v1.5.14) (2024-08-19) ### 🐛 Corrección de Errores * **grades:** format null grades to 0 ([f05ca0e](https://github.com/eclass/grade-scales/commit/f05ca0e3d98717c840ac606f16b8708d2c9e4e0c)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ab9f87..bc3a82c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.5.14](https://github.com/eclass/grade-scales/compare/v1.5.13...v1.5.14) (2024-08-19) + + +### 🐛 Corrección de Errores + +* **grades:** format null grades to 0 ([f05ca0e](https://github.com/eclass/grade-scales/commit/f05ca0e3d98717c840ac606f16b8708d2c9e4e0c)) + ### [1.5.13](https://github.com/eclass/grade-scales/compare/v1.5.12...v1.5.13) (2024-05-03) diff --git a/package-lock.json b/package-lock.json index 02ce8de..27b5ef7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@eclass/grade-scales", - "version": "1.5.13", + "version": "1.5.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e3c229f..fa6cf3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eclass/grade-scales", - "version": "1.5.13", + "version": "1.5.14", "description": "Módulo para calcular notas en base a una escala.", "main": "dist/index.js", "type": "commonjs",