diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7f616818..81971ba312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.2.5](https://github.com/apify/apify-sdk-js/compare/apify@3.2.4...apify@3.2.5) (2024-08-14) + + +### Features + +* add `metaOrigin` to `Actor.config` ([#320](https://github.com/apify/apify-sdk-js/issues/320)) ([5a4d2eb](https://github.com/apify/apify-sdk-js/commit/5a4d2ebb9218bd342438f740d035a563444037d3)) + + + + + ## [3.2.4](https://github.com/apify/apify-sdk-js/compare/apify@3.2.3...apify@3.2.4) (2024-07-04) diff --git a/packages/apify/package.json b/packages/apify/package.json index 4830415a24..63600282a9 100644 --- a/packages/apify/package.json +++ b/packages/apify/package.json @@ -69,4 +69,4 @@ "tslib": "^2.6.2", "ws": "^8.18.0" } -} +} \ No newline at end of file diff --git a/packages/scraper-tools/package.json b/packages/scraper-tools/package.json index 21b9d9ff8b..e832e5ea57 100644 --- a/packages/scraper-tools/package.json +++ b/packages/scraper-tools/package.json @@ -61,4 +61,4 @@ "optional": true } } -} +} \ No newline at end of file