diff --git a/CHANGELOG.md b/CHANGELOG.md index 15addc714..23397b3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [0.14.3](https://github.com/Noovolari/leapp/compare/v0.14.2...v0.14.3) (2022-08-25) - -### Bug Fixes - -* removed AWS error message for AWS CLI on macOS ([a638052](https://github.com/Noovolari/leapp/commit/a638052735917761b8317e77c96592018cf49807)) - -### [0.14.2](https://github.com/Noovolari/leapp/compare/v0.14.1...v0.14.2) (2022-08-25) +### [0.14.2](https://github.com/Noovolari/leapp/compare/v0.14.1...v0.14.2) (2022-08-26) ### Features @@ -19,7 +13,7 @@ All notable changes to this project will be documented in this file. See [standa * fixed constant keychain password prompt on macOS when using Leapp Desktop App/CLI [#317](https://github.com/Noovolari/leapp/issues/317) [#318](https://github.com/Noovolari/leapp/issues/318) * added a mechanism to backup and restore corrupted Leapp-lock.json files [#282](https://github.com/Noovolari/leapp/issues/282) [#302](https://github.com/Noovolari/leapp/issues/302) * added an error message with an additional link to download the Session Manager Plugin if the user doesn't have it installed on the computer [#245](https://github.com/Noovolari/leapp/issues/245) -* Leapp now obtains the path in which AWS CLI is installed, allowing the user to install it with alternative methods (e.g. Homebrew) [#257](https://github.com/Noovolari/leapp/issues/257) +* added an error message with an additional link to troubleshoot problems if the AWS CLI was installed with alternative methods (e.g. Homebrew) [#257](https://github.com/Noovolari/leapp/issues/257) * fixed minor issues when using the Leapp option menu to download a Leapp plugin from npm ### [0.14.1](https://github.com/Noovolari/leapp/compare/v0.14.0...v0.14.1) (2022-08-18) diff --git a/packages/cli/package-lock.json b/packages/cli/package-lock.json index d1bda77cc..9b8d5cf42 100644 --- a/packages/cli/package-lock.json +++ b/packages/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noovolari/leapp-cli", - "version": "0.1.19", + "version": "0.1.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@noovolari/leapp-cli", - "version": "0.1.19", + "version": "0.1.20", "dependencies": { "@azure/msal-node": "^1.9.0", "@babel/plugin-proposal-decorators": "^7.16.5", diff --git a/packages/desktop-app/package-lock.json b/packages/desktop-app/package-lock.json index 1fa394a91..538e1c0ca 100644 --- a/packages/desktop-app/package-lock.json +++ b/packages/desktop-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "Leapp", - "version": "0.14.3", + "version": "0.14.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Leapp", - "version": "0.14.3", + "version": "0.14.2", "hasInstallScript": true, "dependencies": { "@angular/animations": "^13.2.2", diff --git a/packages/desktop-app/package.json b/packages/desktop-app/package.json index 239423fd4..200ab2850 100644 --- a/packages/desktop-app/package.json +++ b/packages/desktop-app/package.json @@ -1,6 +1,6 @@ { "name": "Leapp", - "version": "0.14.1", + "version": "0.14.2", "private": true, "author": { "name": "Noovolari",