This is 2.2.1

This commit is contained in:
Sven-Hendrik Haase 2020-12-16 05:18:55 +01:00
parent 1899a6bd0d
commit 483c1e56f9
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog # Changelog
## [2.2.1] - 2020-12-16
- Added support for the GitHub pagination API for repositories with many releases [#36](https://github.com/svenstaro/upload-release-action/pull/36) (thanks @djpohly)
## [2.2.0] - 2020-10-07 ## [2.2.0] - 2020-10-07
- Add support for ceating a new release in a foreign repository [#25](https://github.com/svenstaro/upload-release-action/pull/25) (thanks @kittaakos) - Add support for ceating a new release in a foreign repository [#25](https://github.com/svenstaro/upload-release-action/pull/25) (thanks @kittaakos)
- Upgrade all deps - Upgrade all deps

View File

@ -1,6 +1,6 @@
{ {
"name": "upload-release-action", "name": "upload-release-action",
"version": "2.2.0", "version": "2.2.1",
"private": true, "private": true,
"description": "Upload files to a GitHub release", "description": "Upload files to a GitHub release",
"main": "lib/main.js", "main": "lib/main.js",