Skip to content

Commit

Permalink
chore(release): release desktop app v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Oct 21, 2022
1 parent 2d68c96 commit 2dbf5c4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

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.15.1](https://github.com/Noovolari/leapp/compare/v0.15.0...v0.15.1) (2022-10-06)
## [0.15.2](https://github.com/Noovolari/leapp/compare/v0.15.1...v0.15.2) (2022-10-21)

### Features

* added a new tab in the options to manage AWS SSM deafult region behaviour. This feature closes GitHub Issues [#292](https://github.com/Noovolari/leapp/issues/292) and [#232](https://github.com/Noovolari/leapp/issues/232). Thanks to [@akymos](https://github.com/akymos) for the PR!

### Bug Fixes

* fixed AWS IAM Identity Center "Session token not found or invalid" issue [#347](https://github.com/Noovolari/leapp/issues/347)
* increased Leapp Core tests coverage

### [0.15.1](https://github.com/Noovolari/leapp/compare/v0.15.0...v0.15.1) (2022-10-06)

### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/desktop-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/desktop-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Leapp",
"version": "0.15.1",
"version": "0.15.2",
"private": true,
"author": {
"name": "Noovolari",
Expand Down Expand Up @@ -264,4 +264,4 @@
"typescript": "4.5.5",
"util": "^0.12.4"
}
}
}

0 comments on commit 2dbf5c4

Please sign in to comment.