Skip to content

Commit 5ae454f

Browse files
author
Apify Release Bot
committed
chore: release [skip ci]
- @apify/[email protected]
1 parent f3a97bf commit 5ae454f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2025-11-25)
7+
8+
9+
### Features
10+
11+
* add function to calculate dynamic default Actor memory ([#570](https://github.com/apify/apify-shared-js/issues/570)) ([f3a97bf](https://github.com/apify/apify-shared-js/commit/f3a97bf86b14cc548c958a21a75720e4e4724b65))

packages/actor-memory-expression/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/actor-memory-expression",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Utility to evaluate dynamic memory expressions for Apify actors.",
55
"main": "./dist/cjs/index.cjs",
66
"module": "./dist/esm/index.mjs",

0 commit comments

Comments
 (0)