Skip to content

Commit

Permalink
Merge branch 'master' into feat/added-get-openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Jan 23, 2025
2 parents 5fb3fe9 + e24413c commit 2e0af9d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

<!-- git-cliff-unreleased-start -->
## 2.12.0 - **not yet released**

### 🚀 Features

- Add dataset.statistics ([#621](https://github.com/apify/apify-client-js/pull/621)) ([6aeb2b7](https://github.com/apify/apify-client-js/commit/6aeb2b7fae041468d125a0c8bbb00804e290143a)) by [@MFori](https://github.com/MFori)


<!-- git-cliff-unreleased-end -->
## [2.11.1](https://github.com/apify/apify-client-js/releases/tag/v2.11.1) (2025-01-10)

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apify-client",
"version": "2.11.1",
"version": "2.12.0",
"description": "Apify API client for JavaScript",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion test/_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const mockServer = require('./mock_server/server');
class Browser {
async start() {
this.browser = await launchPuppeteer({
launchOptions: { headless: true, args: ['--disable-web-security'] },
launchOptions: { headless: true, args: ['--disable-web-security', '--no-sandbox'] },
});
return this.browser;
}
Expand Down

0 comments on commit 2e0af9d

Please sign in to comment.