Skip to content

Commit f5961c9

Browse files
committed
Version 3.0.0
1 parent 1c9bcdb commit f5961c9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
## [Unreleased]
55

66

7+
## [3.0.0] - 2024-02-24
8+
### Changed
9+
- **BREAKING** Dropped support for Node versions below v18
10+
- Bump binary releases from Node v14 to v18
11+
- Added Node v20 to CI tests
12+
- Updated dependencies
13+
14+
715
## [2.2.2] - 2023-02-08
816
### Changed
917
- Downgrade to [email protected] to fix pkg builds

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "ios-uploader",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"description": "Easy to use, cross-platform tool to upload an iOS app to itunes-connect.",
55
"keywords": [
66
"ipa",

0 commit comments

Comments
 (0)