Release 1.0.28 v1.0.28
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 16 Jul 2021 10:06:43 +0000 (12:06 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 16 Jul 2021 10:06:43 +0000 (12:06 +0200)
CHANGELOG.md
package-lock.json
package.json

index 55f8d20425efa89a8409407009148b12cf08f321..ba49f57b9656d61b92361e03337461a02997a507 100644 (file)
@@ -4,11 +4,19 @@ 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.28](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.27...v1.0.28)
+
+- Improve and fix error handling at sending OCPP commands [`290d006`](https://github.com/jerome-benoit/ev-simulator/commit/290d006c2d91dce4e9d187189c3e4fae870647f7)
+- Apply dependencies update [`9f3a873`](https://github.com/jerome-benoit/ev-simulator/commit/9f3a8735ce581cf8103483db73df03c031f836dd)
+- Make filename match the class case. [`7170127`](https://github.com/jerome-benoit/ev-simulator/commit/7170127d905a1af7a64c0c01ae81c1f892cfc278)
+
 #### [v1.0.27](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.26...v1.0.27)
 
+> 10 July 2021
+
 - Add GetDiagnostics command support [`47e2247`](https://github.com/jerome-benoit/ev-simulator/commit/47e224777669f935f45d443b6da948e7977fd9b7)
+- Release 1.0.27 [`dcd06cc`](https://github.com/jerome-benoit/ev-simulator/commit/dcd06cc1ba5bd15b67478926cfe82b190b44120b)
 - Apply dependencies update. [`6e1221a`](https://github.com/jerome-benoit/ev-simulator/commit/6e1221a35c45a9f04254f31b12385cba7b20f910)
-- Use the fork as the main release repo for now [`b73ff56`](https://github.com/jerome-benoit/ev-simulator/commit/b73ff562a07215a8ec5ff6e89284f0db8cc4f671)
 
 #### [v1.0.26](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.25...v1.0.26)
 
index 3044e93f7c1087e28c05064c4d79dcc70c242071..dadbfaf0cbae110dcf8f47443856f82bb72d79fe 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.27",
+  "version": "1.0.28",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index e9281bb4e7a9a8d8dde41acd06d03ff10af5a055..29f18cf77fbb25a2fe120b5b18118d33c2a78a6e 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.27",
+  "version": "1.0.28",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"