From 1766c3afa7c82a443964583e8bd23e5f42c24266 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 28 Sep 2021 01:08:12 +0200 Subject: [PATCH] Version 1.1.12 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d57222..61221b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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.12](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.11...v1.1.12) + +- 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) + #### [v1.1.11](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.10...v1.1.11) +> 26 September 2021 + - Add more ATG internal states tracking [`071a931`](https://github.com/jerome-benoit/charging-stations-simulator/commit/071a9315b94fb1c6f7996ca71e42794ac9ff9f82) +- Version 1.1.11 [`12c929d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/12c929dc7885fdeea0e7ec2b1886789715c100d1) #### [v1.1.10](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.9...v1.1.10) diff --git a/package-lock.json b/package-lock.json index 34a90c54..404c0f5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.11", + "version": "1.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 43447a6c..ebdcbc10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.11", + "version": "1.1.12", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1