Skip to content

Commit d227b1f

Browse files
chore(release): Update changelog and package version [skip ci]
1 parent 5bb642e commit d227b1f

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## [1.10.0](https://github.com/apify/apify-cli/releases/tag/v1.10.0) (2026-09-02)
6+
7+
### 🚀 Features
8+
9+
- Re-prompt for a repository name when the provider rejects it ([#1373](https://github.com/apify/apify-cli/pull/1373)) ([e8b9d9b](https://github.com/apify/apify-cli/commit/e8b9d9b52dcced3bc4213c8a613dbbd80cfec6d1)) by [@l2ysho](https://github.com/l2ysho), closes [#1372](https://github.com/apify/apify-cli/issues/1372)
10+
- Add GitLab and Bitbucket to `--source` ([#1356](https://github.com/apify/apify-cli/pull/1356)) ([fec0ea8](https://github.com/apify/apify-cli/commit/fec0ea89a92beac54d1eb7ba0df5c2fcbc5d47c2)) by [@l2ysho](https://github.com/l2ysho)
11+
- Ask before `apify push` drops a Git source ([#1378](https://github.com/apify/apify-cli/pull/1378)) ([6667817](https://github.com/apify/apify-cli/commit/6667817c2cd42417f8349b269423ca838cd35390)) by [@l2ysho](https://github.com/l2ysho), closes [#1142](https://github.com/apify/apify-cli/issues/1142)
12+
- Turn on automatic builds for a Git-sourced Actor ([#1377](https://github.com/apify/apify-cli/pull/1377)) ([5bb642e](https://github.com/apify/apify-cli/commit/5bb642ecd1028314f1958608487272848b1ffcd1)) by [@l2ysho](https://github.com/l2ysho), closes [#1355](https://github.com/apify/apify-cli/issues/1355)
13+
14+
### 🐛 Bug Fixes
15+
16+
- Connect the right Apify account in `apify create --source github` ([#1371](https://github.com/apify/apify-cli/pull/1371)) ([87dd140](https://github.com/apify/apify-cli/commit/87dd140f1666c78d548008b14c9bf349d3be5281)) by [@l2ysho](https://github.com/l2ysho), closes [#1370](https://github.com/apify/apify-cli/issues/1370)
17+
18+
519
## [1.9.0](https://github.com/apify/apify-cli/releases/tag/v1.9.0) (2026-08-27)
620

721
### 🚀 Features

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