mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
18 lines
590 B
Markdown
18 lines
590 B
Markdown
# n8n Breaking Changes
|
|
|
|
This list shows all the versions which include breaking changes and how to upgrade
|
|
|
|
## 0.18.0
|
|
|
|
### What changed?
|
|
|
|
Because of a typo very often `reponse` instead of `response` got used in code. So also on the Webhook-Node. Its parameter `reponseMode` had to be renamed to correct spelling `responseMode`.
|
|
|
|
### When is action necessary?
|
|
|
|
When Webhook-Nodes get used which have "Response Mode" set to "Last Node".
|
|
|
|
### How to upgrade:
|
|
|
|
After upgrading open all workflows which contain the concerning Webhook-Nodes and set "Response Mode" again manually to "Last Node".
|