Releases: AllanOricil/nrg-cli
Releases · AllanOricil/nrg-cli
v2.2.2
2.2.2 (2024-11-02)
Bug Fixes
- deps: bump @allanoricil/nrg-core from 1.5.1 to 1.5.2 (c911df9)
v2.2.1
2.2.1 (2024-10-28)
Bug Fixes
- bump @allanoricil/nrg-core from 1.5.0 to 1.5.1 (674e545)
v2.2.0
2.2.0 (2024-10-13)
Features
- deps: bump @allanoricil/nrg-core from 1.4.0 to 1.5.0 (8b5122f)
v2.1.1
2.1.1 (2024-10-13)
Bug Fixes
- release: enable provenance in the release workflow (187a95f)
v2.1.0
2.1.0 (2024-10-13)
Bug Fixes
- deps: bump @allanoricil/nrg-generator from 1.3.0 to 1.3.1 (eddb093)
Features
- deps: builds will have html wrapped with text/html instead of text/x-red (a51ebbc)
v2.0.1
2.0.1 (2024-10-11)
Bug Fixes
- deps: bump @allanoricil/nrg-core from 1.3.0 to 1.3.1 (8cc125d)
v2.0.0
2.0.0 (2024-10-06)
- feat!: renaming @allanoricil/node-red-node to @allanoricil/nrg-nodes (770e739)
Features
- deps: bump @allanoricil/nrg-generator from 1.1.0 to 1.2.0 releasing the redesigned logo (49c41bb)
BREAKING CHANGES
- all
@allanoricil/node-red-node
imports must be renamed to @allanoricil/nrg-nodes
BEFORE
import { Node } from "@allanoricil/node-red-node";
export default class MyNode extends Node {
constructor(config) {
super(config);
}
}
AFTER
import { Node } from "@allanoricil/nrg-nodes";
export default class MyNode extends Node {
constructor(config) {
super(config);
}
}
v1.4.1
1.4.1 (2024-10-05)
Bug Fixes
- watch mode won't kill the process anymore when a rebuild fails (932fe1e)
v1.4.0
1.4.0 (2024-10-04)
Features
- cli version is passed to the generator at runtime (3e8c2e0)
v1.3.2
1.3.2 (2024-10-03)
Bug Fixes
- set version in sentry at runtime instead of build time (540dd56)