Skip to content

Commit

Permalink
🚀 Release 1.76.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elsmr authored and github-actions[bot] committed Feb 4, 2025
1 parent a4e45ac commit 2ba519c
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.76.3](https://github.com/n8n-io/n8n/compare/[email protected]@1.76.3) (2025-02-04)


### Bug Fixes

* **core:** Do not enable strict type validation by default for resource mapper ([#13037](https://github.com/n8n-io/n8n/issues/13037)) ([25edde9](https://github.com/n8n-io/n8n/commit/25edde9ecfc470f5a145733665ca3bdf68248c3c))
* Increment runIndex in WorkflowToolV2 tool executions to avoid reusing out of date inputs ([#13008](https://github.com/n8n-io/n8n/issues/13008)) ([a4e45ac](https://github.com/n8n-io/n8n/commit/a4e45ace908a9dd338c5facdc3305a4efc064f1d))



## [1.76.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.76.2) (2025-02-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.76.2",
"version": "1.76.3",
"private": true,
"engines": {
"node": ">=20.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/nodes-langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.76.0",
"version": "1.76.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@n8n/task-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@n8n/task-runner",
"version": "1.14.2",
"version": "1.14.3",
"scripts": {
"clean": "rimraf dist .turbo",
"start": "node dist/start.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.76.2",
"version": "1.76.3",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "1.76.1",
"version": "1.76.2",
"description": "Core functionality of n8n",
"main": "dist/index",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.76.1",
"version": "1.76.2",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-node-dev",
"version": "1.76.1",
"version": "1.76.2",
"description": "CLI to simplify n8n credentials/node development",
"main": "dist/src/index",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.76.0",
"version": "1.76.1",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-workflow",
"version": "1.75.0",
"version": "1.75.1",
"description": "Workflow base code of n8n",
"main": "dist/index.js",
"module": "src/index.ts",
Expand Down

0 comments on commit 2ba519c

Please sign in to comment.