File tree Expand file tree Collapse file tree 6 files changed +13
-9
lines changed
Expand file tree Collapse file tree 6 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 1.13.3 (2023-06-11)
6+
7+ - experimental: fix npm registry publishing
8+
59## 1.13.2 (2023-06-10)
610
7- - experimental: fix npm regestery publishing
11+ - experimental: fix npm registry publishing
812
913## 1.13.1 (2023-06-10)
1014
Original file line number Diff line number Diff line change 11{
22 "name" : " @icloudpd/darwin-x64" ,
3- "version" : " 1.13.2 " ,
3+ "version" : " 1.13.3 " ,
44 "description" : " The macOS 64-bit binary for icloudpd, a iCloud Photo Downloader." ,
55 "repository" : " https://github.com/icloud_photo_downloader/icloud_photo_downloader" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @icloudpd/linux-x64" ,
3- "version" : " 1.13.2 " ,
3+ "version" : " 1.13.3 " ,
44 "description" : " The Linux 64-bit binary for icloudpd, a iCloud Photo Downloader." ,
55 "repository" : " https://github.com/icloud_photo_downloader/icloud_photo_downloader" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @icloudpd/win32-x64" ,
3- "version" : " 1.13.2 " ,
3+ "version" : " 1.13.3 " ,
44 "description" : " The Windows 64-bit binary for icloudpd, a iCloud Photo Downloader." ,
55 "repository" : " https://github.com/icloud_photo_downloader/icloud_photo_downloader" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " icloudpd" ,
3- "version" : " 1.13.2 " ,
3+ "version" : " 1.13.3 " ,
44 "description" : " iCloud Photo Downloader" ,
55 "engines" : {
66 "node" : " >=12"
2323 },
2424 "homepage" : " https://github.com/icloud_photos_downloader/icloud_photos_downloader#readme" ,
2525 "optionalDependencies" : {
26- "@icloudpd/linux-x64" : " 1.13.2 " ,
27- "@icloudpd/win32-x64" : " 1.13.2 " ,
28- "@icloudpd/darwin-x64" : " 1.13.2 "
26+ "@icloudpd/linux-x64" : " 1.13.3 " ,
27+ "@icloudpd/win32-x64" : " 1.13.3 " ,
28+ "@icloudpd/darwin-x64" : " 1.13.3 "
2929 }
3030}
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "icloudpd" ,
13- version = "1.13.2 " ,
13+ version = "1.13.3 " ,
1414 url = "https://github.com/icloud-photos-downloader/icloud_photos_downloader" ,
1515 description = (
1616 "icloudpd is a command-line tool to download photos and videos from iCloud."
You can’t perform that action at this time.
0 commit comments