Version 1.1.37 v1.1.37
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 6 Dec 2021 21:34:11 +0000 (22:34 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 6 Dec 2021 21:34:11 +0000 (22:34 +0100)
CHANGELOG.md
package-lock.json
package.json

index 747985be318cd41a470cd191670fdda11a3bf292..b726c2ff27d0ab988d82cdface1c4b3fb6edaebf 100644 (file)
@@ -4,8 +4,16 @@ 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.37](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.36...v1.1.37)
+
+- Use camel case everywhere [`1f5df42`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1f5df42ad17d09d3a1f53f6618eba325a403d7ad)
+- Consistently name directories in repository [`383cb2a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/383cb2aee597e711f037c9f67151191bb233a91c)
+- package-lock.json: sync [`64a9470`](https://github.com/jerome-benoit/charging-stations-simulator/commit/64a947062389248f0f04716cfac62f5e6a398769)
+
 #### [v1.1.36](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.35...v1.1.36)
 
+> 2 December 2021
+
 - 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)
index c662b75320d2dc545f24e512de5cb83c3fddf580..8107cd2ce44ad9261c09a18495b7abbd4ccead13 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.36",
+  "version": "1.1.37",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.36",
+      "version": "1.1.37",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.9",
index cc233af6066ec54f4a14d5367000cc4493108a1c..950893b0affb0d0c088a515099ad91600d28889d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.36",
+  "version": "1.1.37",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"