Version 1.1.29 v1.1.29
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 12 Oct 2021 09:57:03 +0000 (11:57 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 12 Oct 2021 09:57:03 +0000 (11:57 +0200)
CHANGELOG.md
package-lock.json
package.json

index 2224a7b2231381bb9459637d712504f2c0e39075..0c31239f4f531e8d1435719e8ba97694f7b764c4 100644 (file)
@@ -4,11 +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.29](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.28...v1.1.29)
+
+- Allow to specify ws options in charging station template [`cd8dd45`](https://github.com/jerome-benoit/charging-stations-simulator/commit/cd8dd45729bcb9838f1f3c7b82596b8b30f8ce4d)
+- Apply dependencies update [`561708a`](https://github.com/jerome-benoit/charging-stations-simulator/commit/561708a96364dbf96ea39220a1d0d180508dfe83)
+
 #### [v1.1.28](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.27...v1.1.28)
 
+> 8 October 2021
+
 - Improve OCPP request's response error handling [`a4bc294`](https://github.com/jerome-benoit/charging-stations-simulator/commit/a4bc29426a2f56c987ec161d86baf9a83c0398ca)
 - Apply dependencies update [`7f876bb`](https://github.com/jerome-benoit/charging-stations-simulator/commit/7f876bbcb65688ba973381f628df13bf41fd4b73)
-- Refine CI run conditions [`c4f1190`](https://github.com/jerome-benoit/charging-stations-simulator/commit/c4f11906b889f85edac370fc74d6159456a535a6)
+- Version 1.1.28 [`e42d7b1`](https://github.com/jerome-benoit/charging-stations-simulator/commit/e42d7b1ffe054c767c0deb472e852ec1a0b7bf46)
 
 #### [v1.1.27](https://github.com/jerome-benoit/charging-stations-simulator/compare/v1.1.26...v1.1.27)
 
index 1a747f580804b2eb3f4a72f9238ab13220ab614a..05a897d441235112535d8c762027c028ff6cb089 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.28",
+  "version": "1.1.29",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
index ae21ebf87e3deaecbebdd5cee83aa954d3bce35d..f55fd1709180fbb54d68fe5c160ec82e1166eebf 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "charging-stations-simulator",
-  "version": "1.1.28",
+  "version": "1.1.29",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"