From a3a08fbb30d4ec0338714de06ecf563d549f70df Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 28 Sep 2021 09:18:06 +0200 Subject: [PATCH] Version 1.1.13 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61221b3a..927641b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.1.13](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.12...v1.1.13) + +- Improve OCPP stack error messages [`a685c3a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a685c3af751f778eafc57a57d30e8b27255e9f1e) + #### [v1.1.12](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.11...v1.1.12) +> 28 September 2021 + - Always consider sent response to OCPP request as sucessfuly sent [`1864d7f`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1864d7f5e1f7bdb0f696804c2e2c3694cec5a3d3) - OCPP stack bug fixes: [`32b0224`](https://github.com/jerome-benoit/charging-stations-simulator/commit/32b0224999178acf1101ff9075c95072d207206e) - Apply dependencies update [`ef5ef4b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/ef5ef4b616b97ab4224cc2be966250ad88f51d87) diff --git a/package-lock.json b/package-lock.json index 404c0f5d..25f5e68b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.12", + "version": "1.1.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ebdcbc10..6f9175e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.12", + "version": "1.1.13", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1