Version 1.0.62 v1.0.62
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 15 Sep 2021 07:22:39 +0000 (09:22 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 15 Sep 2021 07:22:39 +0000 (09:22 +0200)
CHANGELOG.md
package-lock.json
package.json

index 35919882a53684ef5d786de33bccc12bc2497154..ce9e580a30837ff3835440b39b0dd509bbaad65d 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.0.62](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.61...v1.0.62)
+
+- Cleanup OCPP message sending and error code [`e7accad`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e7accadb398c418c41571c53e2c70b1cca3e83d5)
+- Fix misplaced parenthesis [`624df19`](https://github.com/jerome-benoit/charging-stations-simulator/commit/624df19998b1edea4bd7baf4ea3314ad163b90b1)
+
 #### [v1.0.61](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.60...v1.0.61)
 
+> 14 September 2021
+
 - Apply dependencies update [`105758c`](https://github.com/jerome-benoit/charging-stations-simulator/commit/105758c25b973c04f6c62f222106019c3a87b000)
+- Version 1.0.61 [`b7635c0`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b7635c0f08ef609f4647062ae4d16c393be7dd0d)
 - Fix log message quoting [`b4a58db`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b4a58db4470e2ddc4825504ff639777d635958e2)
 
 #### [v1.0.60](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.59...v1.0.60)
index fa63283b1d204751dea1a52d359b451b4ebf34b0..727220348ec6ac2b7935ca9bae9f0fd4f03085e3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.61",
+  "version": "1.0.62",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index a90743b1e8bfa1e1d32f336626ff56674f363660..0dbeb19ec7db6b76fc6f94c077928e14ab788e55 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.61",
+  "version": "1.0.62",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"