From 944df73e2af3b801693b7bb2f90cc6f33caa5ee7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 20 Aug 2021 08:37:34 +0200 Subject: [PATCH] Release 1.0.37 --- 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 293cc982..ee777caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.37](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.36...v1.0.37) + +- Bump ws from 8.1.0 to 8.2.0 [`#2`](https://github.com/jerome-benoit/ev-simulator/pull/2) +- Apply dependencies update [`3cefc16`](https://github.com/jerome-benoit/ev-simulator/commit/3cefc161e5bf53380b26c21e51938661fb24230b) +- Create codeql-analysis.yml [`a87910a`](https://github.com/jerome-benoit/ev-simulator/commit/a87910a5dac3a732d9683d337818bf29784de480) +- Add charging station template fields for HTTP basic authentication [`15042c5`](https://github.com/jerome-benoit/ev-simulator/commit/15042c5fdee2d617c1d533699334cbf044f1a97e) + #### [v1.0.36](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.35...v1.0.36) +> 15 August 2021 + - Fix MeterValues JSON payload [`#17`](https://github.com/sap-labs-france/ev-simulator/issues/17) +- Release 1.0.36 [`81696b2`](https://github.com/jerome-benoit/ev-simulator/commit/81696b26fc1f48ea24c5cf0026b14760e6af37c7) - Fix a unit test failure. [`6c23cbb`](https://github.com/jerome-benoit/ev-simulator/commit/6c23cbbbf00352ee21bad7e853f4e6b549f17cb2) #### [v1.0.35](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.34...v1.0.35) diff --git a/package-lock.json b/package-lock.json index 3e8a654b..4fd21b2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.36", + "version": "1.0.37", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e1bd82db..81a4350f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.36", + "version": "1.0.37", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1