From 2147cf30a62613b372eefe7e3eb97d432fe31bc0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 30 May 2021 20:24:55 +0200 Subject: [PATCH] Release 1.0.4 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9636b96..2b85e4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.0.4](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.3...v1.0.4) + +- Enhance documentation [`6f0ec20`](https://github.com/jerome-benoit/ev-simulator/commit/6f0ec20eb58d0344c807ed297f9080191270697e) +- Refine the documentation [`778f792`](https://github.com/jerome-benoit/ev-simulator/commit/778f79241952fefd769c87b195e01e8101964928) +- README.md: Use red cross emoji for unsupported OCPP commands [`9e1b12e`](https://github.com/jerome-benoit/ev-simulator/commit/9e1b12e45e39c041e57442b641c8f1107ec3f8b3) + #### [v1.0.3](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.3-1...v1.0.3) +> 30 May 2021 + +- Release 1.0.3 [`ff62e9c`](https://github.com/jerome-benoit/ev-simulator/commit/ff62e9c8adbdb20d56eb045c7e3f311bb09229da) + #### [v1.0.3-1](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.3-0...v1.0.3-1) > 30 May 2021 diff --git a/package-lock.json b/package-lock.json index 410ef54d..aea32d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 301efb01..582cabb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.3", + "version": "1.0.4", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1