Skip to content

Commit

Permalink
chore: version 1.2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérôme Benoit committed Dec 30, 2023
1 parent 9f6d0c8 commit 62273e0
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
37 changes: 36 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
# Changelog

## [v1.2.30](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.29...v1.2.30)
## [v1.2.31](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.30...v1.2.31)

- build(deps): Bump poolifier from 3.1.11 to 3.1.12 [`#908`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/908)
- chore: switch coding style to JS standard [`66a7748`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/66a7748ddeda8c94d7562a1ce58d440319654a4c)
- build: switch to NodeNext module resolution [`a6ef1ec`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a6ef1ece74c0d08e86a905571f4f6045c28131cb)
- refactor: more coding style fixes [`a807045`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a807045be19c1ed4996a44d8c2c8774e926dc6dc)
- fix: fix random connectors auto enablement [`cc6845f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/cc6845fc431ddf5cd37d70b750abae3c313a3589)
- build(deps-dev): apply updates [`b13beb8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/b13beb880ee7647456c703b93657a42c3ec2e5ee)
- build(deps-dev): apply updates [`8fd8c45`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8fd8c450bf060286cfe6f00464d1e97a952154e8)
- build(deps): apply updates [`5f06937`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/5f06937153bbbd6f5fbf9130d635e4874846dec5)
- refactor: remove isUndefined() helper [`300418e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/300418e9ba42d252a1a7079dab7904f40561a7ef)
- build(deps): apply updates [`9f6d0c8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9f6d0c8b42772d4c9b9748a862888e1c49821f94)
- refactor: cleanup isNullOrUndefined usage [`aa63c9b`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/aa63c9b772ff17bce2febf68a57720eab96d5f8e)
- refactor: remove isNullOrDefined() helper [`be9f397`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/be9f397bd55b221c24bacb110a64c21f012f36ab)
- fix: fix get composite schedule rejection condition [`a4385ed`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a4385edc2344433c20fcb92d01cbe5a330b850b4)
- refactor: cleanup isNullOrdefined usage [`401fa92`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/401fa922baa555f5997732052918ae2ab5ff184c)
- build: properly workaround Ajv TS type definitions bug [`f5a1ff8`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f5a1ff8ce8f87a149791c2c98fe7c5e8a20b5392)
- fix: ensure configuration key visibility test does not alter configuration [`563e40c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/563e40cecd34ed272e3c2610c11dc42d09384bf9)
- build(deps-dev): apply updates [`15af7ae`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/15af7aeb4644fc37e8dcb35705d66e573f542615)
- build: temporary silence linter errors [`8fc5fda`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/8fc5fda4d9800028784b8630ac3c6535a57514ef)
- build: use literal regexp for loopback address matching [`bbb339c`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bbb339cc4034016235193fa39d905ed0540b50f7)
- refactor: cleanup bundling code [`a7c9924`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/a7c99243479a27acd9cdedc5fac4ceae2ff47d47)
- refactor: remove isUndefined() leftover [`194b6bf`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/194b6bf30eaffc3c6c07b244b1edea26c6bb77ed)
- perf: optimize configuration key visibility test [`d0ed7db`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/d0ed7db96b4aedd5b1aa41953637a9361001f6f7)
- refactor: code cleanups [`fbf3577`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/fbf3577e37768ad192649254c84590bdb1a3c5c9)
- build(ci): refine sonar configuration [`4497266`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4497266f7139e0fabcc362a5d7d319ccc9633bb2)
- refactor: return set configuration value in setConfigurationKeyValue() [`13b43b2`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/13b43b2c6a6297a87afc9ca38c07658d95a61bb1)
- refactor: code cleanup [`1fb2148`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/1fb214826a367053852c7d56e91775cdb92c9588)
- refactor: cleanup eslint-disable [`e61f0f6`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/e61f0f6e8773ec7e3fe3c94cff4e5e1d9a62cc9e)
- build: refine lint-staged configuration [`f4cae98`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/f4cae986c1ae568c8ba6da39fbb579faea8a0a81)
- build(ui): report coverage on console [`9eb4b50`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/9eb4b50a520573fd3342f7a924899523c34ec16e)
- refactor: code cleanup [`bfb838a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/bfb838a8604d501827f4da8f6f22ea0c7c47fdd8)
- build: cleanup eslint-disable in code [`761fec7`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/761fec7f45f0c6866cbf6a11a682fb949b64bf20)

## [v1.2.30](https://github.com/sap/e-mobility-charging-stations-simulator/compare/v1.2.29...v1.2.30) (2023-12-24)

- Combined PRs [`#892`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/892)
- build(deps): Bump sonarsource/sonarcloud-github-action from 2.1.0 to 2.1.1 [`#887`](https://github.com/sap/e-mobility-charging-stations-simulator/pull/887)
Expand All @@ -21,6 +55,7 @@
- build(deps): apply updates [`55aa90e`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/55aa90ee6382240e5e8bdb9e84c7b6206486c59b)
- build(deps): apply updates [`08b352f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/08b352f0aaed92f123606ef795e6b84fbda36aa6)
- build(deps-dev): apply updates [`0d589fc`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/0d589fcfd2617ce8204eaf2bfffa387a6f693cf6)
- chore: version 1.2.30 [`6c2178a`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/6c2178a0a685c76c2b7da60e2dcabf34589f966f)
- build(deps-dev): apply updates [`61e399f`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/61e399f823eaef956b59dc2ffa7b6cdc9e834ce6)
- refactor: factor out default station info [`4f03d84`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/4f03d842f671fc918bc8b51ae126e109339f1784)
- build(deps-dev): apply updates [`408f561`](https://github.com/sap/e-mobility-charging-stations-simulator/commit/408f561bfa34ee91d6badc76dfa5f3113a7c08bc)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "e-mobility-charging-stations-simulator",
"version": "1.2.30",
"version": "1.2.31",
"engines": {
"node": ">=18.18.0",
"pnpm": ">=8.6.0"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=sap-1

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=e-mobility-charging-stations-simulator
sonar.projectVersion=1.2.30
sonar.projectVersion=1.2.31

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=src
Expand Down

0 comments on commit 62273e0

Please sign in to comment.