Version 1.1.14 v1.1.14
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 28 Sep 2021 18:17:05 +0000 (20:17 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 28 Sep 2021 18:17:05 +0000 (20:17 +0200)
CHANGELOG.md
package-lock.json
package.json

index 927641b2cf00cc81b1ff4b64eceb394d455003ff..794424f972a6453d53ea22d2ff3ae843ecaa2207 100644 (file)
@@ -4,9 +4,17 @@ 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.14](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.13...v1.1.14)
+
+- Apply dependency update [`3d0af7b`](https://github.com/jerome-benoit/charging-stations-simulator/commit/3d0af7b825eac2bd55bdb9ba1e2dd5dbc9a0c699)
+- Ensure the OCPP message sending stop if the WS is not open [`65334d0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/65334d061f549a3136373b27c35cb0e508c75a9f)
+
 #### [v1.1.13](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.12...v1.1.13)
 
+> 28 September 2021
+
 - Improve OCPP stack error messages [`a685c3a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a685c3af751f778eafc57a57d30e8b27255e9f1e)
+- Version 1.1.13 [`a3a08fb`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a3a08fbb30d4ec0338714de06ecf563d549f70df)
 
 #### [v1.1.12](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.11...v1.1.12)
 
index 56c84a439cf8177d4be01309e97048548ea782e5..d84158d69bb22713892dfac1af57702a4df9d69c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.13",
+  "version": "1.1.14",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 29cb24d8457cf63e5198a1639907718cf7eedf16..3aceeacd86f9b447c9bb2b25adf77ea50ef2c323 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.13",
+  "version": "1.1.14",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"