Skip to content

Commit 5943168

Browse files
committedMay 17, 2023
update changelog
1 parent f965bb8 commit 5943168

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed
 

‎.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ coverage
66
/*.mjs
77
/tsconfig.json
88
vitest.config.ts
9+
CHANGELOG.md

‎CHANGELOG.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
# Changelog
22

3-
> **Tags:**
4-
> - :boom: [Breaking Change]
5-
> - :eyeglasses: [Spec Compliancy]
6-
> - :rocket: [New Feature]
7-
> - :bug: [Bug Fix]
8-
> - :memo: [Documentation]
9-
> - :house: [Internal]
10-
> - :nail_care: [Polish]
3+
For updates and changelogs on v4.0.0 and above, go to https://github.com/webdriverio-community/node-geckodriver/releases.
114

12-
_Note: Gaps between patch versions are faulty, broken or test releases._
13-
14-
# Previous Versions
15-
16-
* 4.0.0 - requires node 14+, drops support for node 12.
175
* 3.2.0 - geckodriver 0.32.0, arm64 support for Mac, Linux and Windows, added `GECKODRIVER_ARCH` for custom arch downloads.
186
* 3.1.0 - geckodriver 0.31.0
197
* 2.0.1 - fixed proxy download behaviour.

0 commit comments

Comments
 (0)
Please sign in to comment.