Version 1.1.38 v1.1.38
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 7 Dec 2021 18:48:55 +0000 (19:48 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 7 Dec 2021 18:48:55 +0000 (19:48 +0100)
CHANGELOG.md
package-lock.json
package.json

index b726c2ff27d0ab988d82cdface1c4b3fb6edaebf..be719e8ac08eb0ea2e335a27d506914a0075e203 100644 (file)
@@ -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.38](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.37...v1.1.38)
+
+- Apply dependencies update [`9c133fa`](https://github.com/jerome-benoit/charging-stations-simulator/commit/9c133fad1cf5c3b8d9daf360b1432301f26cc7b2)
+- Merge pull request #112 from jerome-benoit/fix-template [`44eeece`](https://github.com/jerome-benoit/charging-stations-simulator/commit/44eeecebb942017920da10af6596ddf608b61ddb)
+- Use camel case in more place [`100a530`](https://github.com/jerome-benoit/charging-stations-simulator/commit/100a53019b2078cddf62f7654fa57f64c797b85d)
+
 #### [v1.1.37](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.36...v1.1.37)
 
+> 6 December 2021
+
 - Use camel case everywhere [`1f5df42`](https://github.com/jerome-benoit/charging-stations-simulator/commit/1f5df42ad17d09d3a1f53f6618eba325a403d7ad)
+- Version 1.1.37 [`928dfb4`](https://github.com/jerome-benoit/charging-stations-simulator/commit/928dfb4180cf7565e8b10f4714c0ce379aa80b6e)
 - 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)
 
index 1e5b4aa69b51ac39b2d78ad364af931b7c1791f4..04a770fa1fe63f5f3b988753b900cc2e36b20c25 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.37",
+  "version": "1.1.38",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "charging-stations-simulator",
-      "version": "1.1.37",
+      "version": "1.1.38",
       "license": "Apache-2.0",
       "dependencies": {
         "@mikro-orm/core": "^4.5.9",
index 9a0905fda9f82f488ed201623cc16fe7e63a97a2..0f1b20d391ec5e4b747724b35a98db607fe5a117 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.37",
+  "version": "1.1.38",
   "engines": {
     "node": "16.x.x",
     "npm": "8.x.x"