From 868b9e508c8340a16ea72ad79dc645af681f5968 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 7 Dec 2021 19:48:55 +0100 Subject: [PATCH] Version 1.1.38 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b726c2ff..be719e8a 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.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) diff --git a/package-lock.json b/package-lock.json index 1e5b4aa6..04a770fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 9a0905fd..0f1b20d3 100644 --- a/package.json +++ b/package.json @@ -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" -- 2.34.1