-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,29 @@ n8n uses [semantic versioning](https://semver.org/){:target=_blank .external-lin | |
* MINOR version when adding functionality in a backward-compatible manner. | ||
* PATCH version when making backward-compatible bug fixes. | ||
|
||
## n8n@1.47.1 | ||
## n8n@1.48.0 | ||
|
||
View the [commits](https://github.com/n8n-io/n8n/compare/[email protected].0...n8n@1.47.1){:target=_blank .external-link} for this version.<br /> | ||
**Release date:** 2024-06-26 | ||
View the [commits](https://github.com/n8n-io/n8n/compare/[email protected].1...n8n@1.48.0){:target=_blank .external-link} for this version.<br /> | ||
**Release date:** 2024-06-27 | ||
|
||
/// note | Next version | ||
This is the `next` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. | ||
/// | ||
|
||
This release contains bug fixes and feature enhancements. | ||
|
||
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. | ||
|
||
### Contributors | ||
|
||
[KubeAl](https://github.com/KubeAl){:target=_blank .external-link} | ||
|
||
## [email protected] | ||
|
||
View the [commits](https://github.com/n8n-io/n8n/compare/[email protected]@1.47.1){:target=_blank .external-link} for this version.<br /> | ||
**Release date:** 2024-06-26 | ||
|
||
|
||
/// warning | Breaking change | ||
Calling `$(...).last()` (or `(...).first()` or `$(...).all()`) without arguments now returns the last item (or first or all items) of the output that connects two nodes. Previously, it returned the item/items of the first output of that node. Refer to the [breaking changes log](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md#1470){:target=_blank .external-link} for details. | ||
/// | ||
|
@@ -87,8 +101,6 @@ View the [commits](https://github.com/n8n-io/n8n/compare/[email protected]@1.45.1 | |
This is the `latest` version. n8n recommends using the `latest` version. The `next` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12){:target=_blank .external-link}. | ||
/// | ||
|
||
|
||
|
||
This is a bug fix release. | ||
|
||
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases){:target=_blank .external-link} on GitHub. | ||
|