Skip to content

Commit 17e8f02

Browse files
committed
chore(release): 2.1.0
1 parent 0fbd984 commit 17e8f02

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
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.
44

5-
## [2.0.0](https://github.com/gemini-testing/hermione-safari-commands/compare/v1.0.0...v2.0.0) (2023-03-24)
5+
## [2.1.0](https://github.com/gemini-testing/hermione-safari-commands/compare/v2.0.0...v2.1.0) (2024-04-08)
6+
7+
### Features
8+
9+
* add nativeElementsSize options ([56a7091](https://github.com/gemini-testing/hermione-safari-commands/commit/56a709156eff4ba761793feaefc154cb6f2aeba7))
10+
11+
## [2.0.0](https://github.com/gemini-testing/hermione-safari-commands/compare/v2.0.0...v2.0.0) (2023-03-24)
612

713

814
### ⚠ BREAKING CHANGES

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hermione-safari-commands",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Plugin for hermione to add/wrap browser commands for iOS safari",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)