Version 1.1.0 v1.1.0
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 15 Sep 2021 20:55:33 +0000 (22:55 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 15 Sep 2021 20:55:33 +0000 (22:55 +0200)
CHANGELOG.md
package-lock.json
package.json

index ce9e580a30837ff3835440b39b0dd509bbaad65d..94f6f9a4060ac01b68db89c51c9ab18c6a44c080 100644 (file)
@@ -4,9 +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.1.0](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.62...v1.1.0)
+
+- Apply dependency update [`c2e6012`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c2e60123b7c9124cb51f3cccb528a15f219e5b61)
+- Fix .cfignore file for templates. [`bc9b43d`](https://github.com/jerome-benoit/charging-stations-simulator/commit/bc9b43db6649c1182b6dbb9e172c213dbd1a8abf)
+- Consistently name charging stations run on CF on multiple instances [`203bc09`](https://github.com/jerome-benoit/charging-stations-simulator/commit/203bc097a78851c8df1838abdf2582d13e582957)
+
 #### [v1.0.62](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.61...v1.0.62)
 
+> 15 September 2021
+
 - Cleanup OCPP message sending and error code [`e7accad`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e7accadb398c418c41571c53e2c70b1cca3e83d5)
+- Version 1.0.62 [`f1eb461`](https://github.com/jerome-benoit/charging-stations-simulator/commit/f1eb461f53b26be7b40eeb4114dd069ace916c00)
 - Fix misplaced parenthesis [`624df19`](https://github.com/jerome-benoit/charging-stations-simulator/commit/624df19998b1edea4bd7baf4ea3314ad163b90b1)
 
 #### [v1.0.61](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.0.60...v1.0.61)
index ee98ddcdedb8d2101df943e9920f90680fac4ee5..1e22208dddc6b2e3a5ca894929a8241d7c653c16 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.62",
+  "version": "1.1.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index 877f21f5e7fefe4bbe14ec121a99e48c4d270280..51afc06e526d9bdc17f8b3ee3ea52f2dc9376e13 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.0.62",
+  "version": "1.1.0",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"