appium-ios-simulator 8.0.0 → 8.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [8.0.2](https://github.com/appium/appium-ios-simulator/compare/v8.0.1...v8.0.2) (2025-12-02)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** Bump actions/setup-node from 3 to 6 ([#461](https://github.com/appium/appium-ios-simulator/issues/461)) ([8fcaaa7](https://github.com/appium/appium-ios-simulator/commit/8fcaaa734f2cec5e504b0f60265125544822da6a))
6
+
7
+ ## [8.0.1](https://github.com/appium/appium-ios-simulator/compare/v8.0.0...v8.0.1) (2025-12-02)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** Bump actions/checkout from 3 to 6 ([#460](https://github.com/appium/appium-ios-simulator/issues/460)) ([230adad](https://github.com/appium/appium-ios-simulator/commit/230adad1e9f93e7f4d12b74d59af8a2263b49692))
12
+
1
13
  ## [8.0.0](https://github.com/appium/appium-ios-simulator/compare/v7.0.3...v8.0.0) (2025-11-22)
2
14
 
3
15
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "ios",
8
8
  "simctl"
9
9
  ],
10
- "version": "8.0.0",
10
+ "version": "8.0.2",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {