Skip to content

Commit b61db41

Browse files
author
Apify Release Bot
committed
chore(release): Update changelog and package version [skip ci]
1 parent ac7fc06 commit b61db41

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
<!-- git-cliff-unreleased-start -->
6-
7-
## 1.2.2 - **not yet released**
5+
## [1.3.0](https://github.com/apify/apify-cli/releases/tag/v1.3.0) (2026-03-11)
86

97
### 🚀 Features
108

@@ -28,8 +26,6 @@ All notable changes to this project will be documented in this file.
2826

2927
- Speed up creating archives when pusing big codebases ([#1011](https://github.com/apify/apify-cli/pull/1011)) ([a873e0c](https://github.com/apify/apify-cli/commit/a873e0cb6c1c1f9e3bca61821de2b8373ec92744)) by [@matyascimbulka](https://github.com/matyascimbulka)
3028

31-
<!-- git-cliff-unreleased-end -->
32-
3329
## [1.2.1](https://github.com/apify/apify-cli/releases/tag/v1.2.1) (2026-01-06)
3430

3531
## [1.2.0](https://github.com/apify/apify-cli/releases/tag/v1.2.0) (2026-01-06)

docs/reference.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,9 @@ DESCRIPTION
502502
Generate TypeScript types from Actor schemas.
503503
504504
Generates types from the input schema and, when no custom path is provided,
505-
also from the dataset schema defined in '.actor/actor.json' under
506-
"storages.dataset".
505+
also from the Dataset, Output (experimental), and Key-Value Store
506+
(experimental)
507+
schemas defined in '.actor/actor.json'.
507508
508509
Reads the input schema from one of these locations (in priority order):
509510
1. Object in '.actor/actor.json' under "input" key
@@ -639,7 +640,7 @@ DESCRIPTION
639640
640641
USAGE
641642
$ apify actors push [actorId] [-b <value>] [--dir <value>]
642-
[-f] [--open] [-v <value>] [-w <value>]
643+
[-f] [--json] [--open] [-v <value>] [-w <value>]
643644
644645
ARGUMENTS
645646
actorId Name or ID of the Actor to push (e.g. "apify/hello-world" or
@@ -655,6 +656,8 @@ FLAGS
655656
-f, --force Push an Actor even
656657
when the local files are older than the Actor on
657658
the platform.
659+
--json Format the command
660+
output as JSON
658661
--open Whether to open the
659662
browser automatically to the Actor details page.
660663
-v, --version=<value> Actor version number

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apify-cli",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
55
"exports": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)