From 9f8f6e12f777d2b4bf8a4ed1d149d12b34841c77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 21 Aug 2021 12:07:13 +0200 Subject: [PATCH] Release 1.0.38 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee777caf..d31c682d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.0.38](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.37...v1.0.38) + +- Bump @types/node from 14.17.10 to 14.17.11 [`1dcc833`](https://github.com/jerome-benoit/ev-simulator/commit/1dcc83343029ad4fad11ac9751673d6001b64f6a) +- Bump mocha from 9.0.3 to 9.1.0 [`f44d1bd`](https://github.com/jerome-benoit/ev-simulator/commit/f44d1bd2a045f9448d10290358f5fa47770c9e9c) + #### [v1.0.37](https://github.com/jerome-benoit/ev-simulator/compare/v1.0.36...v1.0.37) +> 20 August 2021 + - Bump ws from 8.1.0 to 8.2.0 [`#2`](https://github.com/jerome-benoit/ev-simulator/pull/2) - Apply dependencies update [`3cefc16`](https://github.com/jerome-benoit/ev-simulator/commit/3cefc161e5bf53380b26c21e51938661fb24230b) - Create codeql-analysis.yml [`a87910a`](https://github.com/jerome-benoit/ev-simulator/commit/a87910a5dac3a732d9683d337818bf29784de480) diff --git a/package-lock.json b/package-lock.json index 2376349f..c7b7f001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.37", + "version": "1.0.38", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 77a0b25d..2bf7d68a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.37", + "version": "1.0.38", "engines": { "node": "14.x.x", "npm": "6.x.x" -- 2.34.1