Version 1.1.12 v1.1.12
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 27 Sep 2021 23:08:12 +0000 (01:08 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 27 Sep 2021 23:08:12 +0000 (01:08 +0200)
CHANGELOG.md
package-lock.json
package.json

index d5d57222401e1f0e27276a90d626acf18046bbc7..61221b3a7b6e1a3d55fcc0ecf3af27d09a012565 100644 (file)
@@ -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)
 
index 34a90c54893a504b47266f56b44d4362ddee1da3..404c0f5d9ba5b2a57935e54146d59256a745bafe 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.11",
+  "version": "1.1.12",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 43447a6cc61e6fdb191b69f2b7768e2a89c29e1e..ebdcbc1011606d116cdc9c470c2f70928b11de25 100644 (file)
@@ -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"