Skip to content

Commit 40f4fae

Browse files
committed
chore(release): 2.1.0
1 parent 0fbd984 commit 40f4fae

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.1.0](https://github.com/gemini-testing/hermione-safari-commands/compare/v1.0.0...v2.1.0) (2024-04-08)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* node versions less than 16.0.0 are no longer supported
11+
12+
### Features
13+
14+
* add nativeElementsSize options ([56a7091](https://github.com/gemini-testing/hermione-safari-commands/commit/56a709156eff4ba761793feaefc154cb6f2aeba7))
15+
* drop node versions less than 16 ([aa087c9](https://github.com/gemini-testing/hermione-safari-commands/commit/aa087c9e24bf809fd94ebda98d86ed82bade25de))
16+
517
## [2.0.0](https://github.com/gemini-testing/hermione-safari-commands/compare/v1.0.0...v2.0.0) (2023-03-24)
618

719

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)