🚀 Release 1.70.2 (#12044)

Co-authored-by: ivov <44588767+ivov@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-12-04 16:17:57 +01:00 committed by GitHub
parent dfa1806fd4
commit 011d1e3993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,13 @@
## [1.70.2](https://github.com/n8n-io/n8n/compare/n8n@1.70.1...n8n@1.70.2) (2024-12-04)
### Bug Fixes
* **core:** Opt-out from optimizations if `$item` is used ([#12036](https://github.com/n8n-io/n8n/issues/12036)) ([dfa1806](https://github.com/n8n-io/n8n/commit/dfa1806fd40b17081e4315abaaa934ab068d1036))
* **core:** Use the configured timezone in task runner ([#12032](https://github.com/n8n-io/n8n/issues/12032)) ([b0f6c6f](https://github.com/n8n-io/n8n/commit/b0f6c6f0648a89ab4565274ed37cad7225cbc6da))
## [1.70.1](https://github.com/n8n-io/n8n/compare/n8n@1.70.0...n8n@1.70.1) (2024-11-29)

View file

@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.70.1",
"version": "1.70.2",
"private": true,
"engines": {
"node": ">=20.15",

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/task-runner",
"version": "1.8.0",
"version": "1.8.1",
"scripts": {
"clean": "rimraf dist .turbo",
"start": "node dist/start.js",

View file

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.70.1",
"version": "1.70.2",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",