apify-cli 1.3.1-beta.8 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,19 +2,17 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- <!-- git-cliff-unreleased-start -->
6
-
7
- ## 1.3.1 - **not yet released**
5
+ ## [1.4.0](https://github.com/apify/apify-cli/releases/tag/v1.4.0) (2026-03-26)
8
6
 
9
7
  ### 🚀 Features
10
8
 
11
9
  - Add `.actorignore` support ([#1038](https://github.com/apify/apify-cli/pull/1038)) ([cb77da8](https://github.com/apify/apify-cli/commit/cb77da8c012ab4c234a207e7d26858647ba0370b)) by [@l2ysho](https://github.com/l2ysho), closes [#706](https://github.com/apify/apify-cli/issues/706), [#982](https://github.com/apify/apify-cli/issues/982)
10
+ - Add `actors search` command to search Apify Store ([#1047](https://github.com/apify/apify-cli/pull/1047)) ([ada9674](https://github.com/apify/apify-cli/commit/ada967424619ed2c1f597bb80153d0b1c77ec009)) by [@patrikbraborec](https://github.com/patrikbraborec)
12
11
 
13
12
  ### 🐛 Bug Fixes
14
13
 
15
14
  - Throw an error on missing secrets ([#1039](https://github.com/apify/apify-cli/pull/1039)) ([2ac7e3c](https://github.com/apify/apify-cli/commit/2ac7e3ca32d0fe35bfb6be9c2d38513518b16e61)) by [@janbuchar](https://github.com/janbuchar), closes [#921](https://github.com/apify/apify-cli/issues/921)
16
-
17
- <!-- git-cliff-unreleased-end -->
15
+ - **generate-schema-types:** Mark properties with defaults as always present in generated types ([#1048](https://github.com/apify/apify-cli/pull/1048)) ([0af4974](https://github.com/apify/apify-cli/commit/0af497418e32425b9d9235898f6447c553f4e810)) by [@JuanGalilea](https://github.com/JuanGalilea)
18
16
 
19
17
  ## [1.3.0](https://github.com/apify/apify-cli/releases/tag/v1.3.0) (2026-03-11)
20
18