Skip to content

Commit 22a24c1

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

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

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-
## 0.21.10 - **not yet released**
5+
## [1.1.0](https://github.com/apify/apify-cli/releases/tag/v1.1.0) (2025-08-13)
86

97
### 🚀 Features
108

@@ -28,8 +26,6 @@ All notable changes to this project will be documented in this file.
2826
- [**breaking**] Move from yargs to node:util ([#871](https://github.com/apify/apify-cli/pull/871)) ([482d0b2](https://github.com/apify/apify-cli/commit/482d0b29f285c020320f1f2e3f0fd08a362d57cc)) by [@vladfrangu](https://github.com/vladfrangu), closes [#833](https://github.com/apify/apify-cli/issues/833)
2927
- [**breaking**] Make opening the actor build results in push opt-in ([#881](https://github.com/apify/apify-cli/pull/881)) ([d842424](https://github.com/apify/apify-cli/commit/d84242421387a9487eef5c07183dd0b8ac7ae67b)) by [@vladfrangu](https://github.com/vladfrangu)
3028

31-
<!-- git-cliff-unreleased-end -->
32-
3329
## [0.21.9](https://github.com/apify/apify-cli/releases/tag/v0.21.9) (2025-07-17)
3430

3531
### 🚀 Features

docs/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Use these commands to manage your Apify account authentication, access tokens, a
8686

8787
```sh
8888
DESCRIPTION
89-
Authenticates your Apify account and saves credentials to '/home/runner/.apify/auth.json'.
89+
Authenticates your Apify account and saves credentials to '~/.apify/auth.json'.
9090
All other commands use these stored credentials.
9191

9292
Run 'apify logout' to remove authentication.
@@ -104,7 +104,7 @@ FLAGS
104104

105105
```sh
106106
DESCRIPTION
107-
Removes authentication by deleting your API token and account information from '/home/runner/.apify/auth.json'.
107+
Removes authentication by deleting your API token and account information from '~/.apify/auth.json'.
108108
Run 'apify login' to authenticate again.
109109

110110
USAGE

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": "0.21.10",
3+
"version": "1.1.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)