Skip to content

Commit f361a20

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2025-04-23) ### Miscellaneous Chores * add .gitignore ([631fa0a](631fa0a)) * adding eslint ([c05602d](c05602d)) * **ci:** add semantic-release workflow ([a9c39fd](a9c39fd)) * **lint:** fix linting issue ([6c2cb42](6c2cb42)) * **npm:** disable package-lock generation ([5a648ac](5a648ac)) * **package:** add keywords and repository info ([fa165d0](fa165d0)) * **release:** rollback version to 0.0.1 for testing ([#11](#11)) ([c4dd2c2](c4dd2c2)) * updated dependencies [skip ci] ([08528fb](08528fb)) ### Code Refactoring * adding enums for click and updating ([89dcebf](89dcebf))
1 parent 3ef8fc8 commit f361a20

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## 1.0.0 (2025-04-23)
2+
3+
### Miscellaneous Chores
4+
5+
* add .gitignore ([631fa0a](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/631fa0a72f5cda861215ff4d98ccc41c44d357f6))
6+
* adding eslint ([c05602d](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/c05602d1aaa7fa003394ec663302017a3027db82))
7+
* **ci:** add semantic-release workflow ([a9c39fd](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/a9c39fdab2d361678445a523a2830ea9925c4f1f))
8+
* **lint:** fix linting issue ([6c2cb42](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/6c2cb42388a7f51842a1a5bd11905a9fe0e86ce9))
9+
* **npm:** disable package-lock generation ([5a648ac](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/5a648ac7f65fcfef66afd6bf76ce2188b10d4ce9))
10+
* **package:** add keywords and repository info ([fa165d0](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/fa165d007f6a424c0f11340b59ac73e1185091d8))
11+
* **release:** rollback version to 0.0.1 for testing ([#11](https://github.com/AutomateThePlanet/appium-novawindows-driver/issues/11)) ([c4dd2c2](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/c4dd2c21e3067f70a11d72206fbc7f5da79380b6))
12+
* updated dependencies [skip ci] ([08528fb](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/08528fb06727df50c087940fe541730a2a13483f))
13+
14+
### Code Refactoring
15+
16+
* adding enums for click and updating ([89dcebf](https://github.com/AutomateThePlanet/appium-novawindows-driver/commit/89dcebfd026f7a68b4052f33fa2c928ba42162bf))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-novawindows-driver",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Appium driver for Windows",
55
"keywords": [
66
"appium",

0 commit comments

Comments
 (0)