From 9bb73e476175439d657b9d1683902342d296834d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 2 Dec 2021 14:28:34 +0100 Subject: [PATCH] Version 1.1.36 --- 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 0318bda0..747985be 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.1.36](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.35...v1.1.36) + +- Switch to current node.js LTS version [`5f8a4fd`](https://github.com/jerome-benoit/charging-stations-simulator/commit/5f8a4fd69e71615ee1e34b7d057266163858bc00) +- package-lock.json: update [`b86178c`](https://github.com/jerome-benoit/charging-stations-simulator/commit/b86178c790a52c84a7929ff7e104d692da8bd8d0) +- package-lock.json: update [`45fd2bc`](https://github.com/jerome-benoit/charging-stations-simulator/commit/45fd2bceb7b606ae6765dab694f592e83f28b5cf) + #### [v1.1.35](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.34...v1.1.35) +> 26 November 2021 + +- Version 1.1.35 [`d27fcb7`](https://github.com/jerome-benoit/charging-stations-simulator/commit/d27fcb79b2e9c8ef3c824e49652c9c5fce600b51) - Apply dependencies update [`001f272`](https://github.com/jerome-benoit/charging-stations-simulator/commit/001f27299de9ed07cf2bd4d5fd4045eb67a91e56) - README.md: fix template default value once again [`db05bc8`](https://github.com/jerome-benoit/charging-stations-simulator/commit/db05bc8bafb5d4e99c6ddf2ca5ae676d1579f773) -- README.md: fix template tunable default value [`9f2aaba`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9f2aabae62e39a8a021e36849e2eb97570c68ebd) #### [v1.1.34](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.33...v1.1.34) diff --git a/package-lock.json b/package-lock.json index 0bdcb21a..38c3f727 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.35", + "version": "1.1.36", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 33528418..4526dd7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "charging-stations-simulator", - "version": "1.1.35", + "version": "1.1.36", "engines": { "node": "16.x.x", "npm": "8.x.x" -- 2.34.1