Skip to content

Commit

Permalink
Version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simonnilsson committed Nov 6, 2020
1 parent d53a994 commit feed450
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 2 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Changelog
All notable changes to this project will be documented in this file.


## [1.1.3] - 2020-11-06
### Added
- Added CHANGELOG.md

### Fixed
- Fixed invalid code syntax and indentation
- Change spelling of "Licence" to "License" in README.md

### Changed
- Updated dependencies


## [1.1.2] - 2020-08-31
### Added
- Added version validation #4

### Changed
- Help message improvements #6


## [1.1.1] - 2020-08-27
### Added
- Include bundle info in validateAssets #4

### Fixed
- Fixed incorrect short version in metadata #5

### Changed
- Improved info messages


## [1.1.0] - 2020-08-26
### Added
- Added sanitation of input file name
- Added version validation #4

### Fixed
- Fixed typo

### Changed
- Improved error reporting #3

### Removed
- Removed support for bundle-id argument


## [1.0.2] - 2020-08-25
### Added
- Added gitattributes file

### Fixed
- Travis CI fixes


## [1.0.1] - 2020-08-20
### Changed
- Updated dependencies

### Fixed
- Travis CI fixes
- Time issue in tests


## [1.0.0] - 2020-07-02
- Initial release
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ios-uploader",
"version": "1.1.2",
"version": "1.1.3",
"description": "Easy to use, cross-platform tool to upload an iOS app to itunes-connect.",
"keywords": [
"ipa",
Expand Down

0 comments on commit feed450

Please sign in to comment.