diff --git a/CHANGELOG.md b/CHANGELOG.md index 210fb6df..962a1bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ All notable changes to this project will be documented in this file. - -## 2.12.0 - **not yet released** +## [2.11.2](https://github.com/apify/apify-client-js/releases/tag/v2.11.2) (2025-02-03) ### 🚀 Features @@ -11,7 +10,6 @@ All notable changes to this project will be documented in this file. - Added getOpenApiSpecification() to BuildClient ([#626](https://github.com/apify/apify-client-js/pull/626)) ([6248b28](https://github.com/apify/apify-client-js/commit/6248b2844796f93e22404ddea85ee77c1a5b7d50)) by [@danpoletaev](https://github.com/danpoletaev) - ## [2.11.1](https://github.com/apify/apify-client-js/releases/tag/v2.11.1) (2025-01-10) ### 🐛 Bug Fixes diff --git a/package-lock.json b/package-lock.json index 6fa6dd02..6752c094 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apify-client", - "version": "2.12.0", + "version": "2.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apify-client", - "version": "2.12.0", + "version": "2.11.2", "license": "Apache-2.0", "dependencies": { "@apify/consts": "^2.25.0", diff --git a/package.json b/package.json index 22a2cdfa..17f0309a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apify-client", - "version": "2.12.0", + "version": "2.11.2", "description": "Apify API client for JavaScript", "main": "dist/index.js", "module": "dist/index.mjs",