Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.0](v5.5.3...v6.0.0) (2024-03-26)

### ⚠ BREAKING CHANGES

* Dropped obsolete simulator classes: SimulatorXcode8, SimulatorXcode9 and SimulatorXcode9_3. APIs that are still relevant have been moved to SimulatorXcode10
* Added proper type definitions. Interfaces were refactored and connected to appropriate extension classes.

Now it is possible to provide a logger to the factory method, which improves the visibility of session identifiers

### Features

* Drop obsolete Simulator versions ([#420](#420)) ([bff7e56](bff7e56))
  • Loading branch information
semantic-release-bot committed Mar 26, 2024
1 parent bff7e56 commit 2eb2c87
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [6.0.0](https://github.com/appium/appium-ios-simulator/compare/v5.5.3...v6.0.0) (2024-03-26)


### ⚠ BREAKING CHANGES

* Dropped obsolete simulator classes: SimulatorXcode8, SimulatorXcode9 and SimulatorXcode9_3. APIs that are still relevant have been moved to SimulatorXcode10
* Added proper type definitions. Interfaces were refactored and connected to appropriate extension classes.

Now it is possible to provide a logger to the factory method, which improves the visibility of session identifiers

### Features

* Drop obsolete Simulator versions ([#420](https://github.com/appium/appium-ios-simulator/issues/420)) ([bff7e56](https://github.com/appium/appium-ios-simulator/commit/bff7e561caa9d48c07203ce5e2b7641245168538))

## [5.5.3](https://github.com/appium/appium-ios-simulator/compare/v5.5.2...v5.5.3) (2024-03-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ios",
"simctl"
],
"version": "5.5.3",
"version": "6.0.0",
"author": "Appium Contributors",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 2eb2c87

Please sign in to comment.