From ade01910e729e29cb246be8e113fdd40a4cbf4d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 16 Jul 2021 12:06:43 +0200 Subject: [PATCH] Release 1.0.28 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f8d204..ba49f57b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 3044e93f..dadbfaf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.27", + "version": "1.0.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e9281bb4..29f18cf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.27", + "version": "1.0.28", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1