Skip to content

Commit a499bbd

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

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

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

5-
<!-- git-cliff-unreleased-start -->
6-
## 2.22.4 - **not yet released**
5+
## [2.23.0](https://github.com/apify/apify-client-js/releases/tag/v2.23.0) (2026-04-14)
6+
7+
### πŸš€ Features
8+
9+
- Add output schema to ActorDefinition and includeUnrunnableActors to store API ([#881](https://github.com/apify/apify-client-js/pull/881)) ([c965d15](https://github.com/apify/apify-client-js/commit/c965d154a5e8f6e52e84761e566292d67a2e05d7)) by [@jancurn](https://github.com/jancurn)
710

811
### πŸ› Bug Fixes
912

1013
- Turn any log streaming related errors to warnings ([#876](https://github.com/apify/apify-client-js/pull/876)) ([a3268ee](https://github.com/apify/apify-client-js/commit/a3268eeee38f1d47dbfa3fe0e0cfe26a949ca10d)) by [@Pijukatel](https://github.com/Pijukatel), closes [#873](https://github.com/apify/apify-client-js/issues/873)
1114

1215

13-
<!-- git-cliff-unreleased-end -->
1416
## [2.22.3](https://github.com/apify/apify-client-js/releases/tag/v2.22.3) (2026-03-20)
1517

1618
### πŸš€ Features

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apify-client",
3-
"version": "2.22.4",
3+
"version": "2.23.0",
44
"description": "Apify API client for JavaScript",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
Β (0)