From da8a32e37cd92b8a12bdf0a216e4c3597064c998 Mon Sep 17 00:00:00 2001 From: blackholegalaxy Date: Mon, 1 Feb 2021 09:08:40 -0500 Subject: [PATCH] feat: release version 0.4.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 707e88d..28d477a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.4.1](https://github.com/fsuipc-node/api/compare/0.4.0...0.4.1) (2021-02-01) + + +### Bug Fixes + +* allow connexion to MSFS ([#9](https://github.com/fsuipc-node/api/issues/9)) ([9b21f19](https://github.com/fsuipc-node/api/commit/9b21f197cb6a9ef8eceee7d85e3f6b3f0a5c20aa)) + + + # [0.4.0](https://github.com/fsuipc-node/api/compare/0.3.0...0.4.0) (2020-02-04) diff --git a/package.json b/package.json index c2bea55..ab8b2e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fsuipc/api", - "version": "0.4.0", + "version": "0.4.1", "author": { "name": "FSUIPC-Node Opensource Team", "url": "https://github.com/fsuipc-node"