Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Releases: AllanOricil/nrg-cli

v2.2.2

02 Nov 19:30
Compare
Choose a tag to compare

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

28 Oct 00:40
Compare
Choose a tag to compare

2.2.1 (2024-10-28)

Bug Fixes

  • bump @allanoricil/nrg-core from 1.5.0 to 1.5.1 (674e545)

v2.2.0

13 Oct 21:20
Compare
Choose a tag to compare

2.2.0 (2024-10-13)

Features

  • deps: bump @allanoricil/nrg-core from 1.4.0 to 1.5.0 (8b5122f)

v2.1.1

13 Oct 20:11
Compare
Choose a tag to compare

2.1.1 (2024-10-13)

Bug Fixes

  • release: enable provenance in the release workflow (187a95f)

v2.1.0

13 Oct 20:00
Compare
Choose a tag to compare

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

11 Oct 23:30
Compare
Choose a tag to compare

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

06 Oct 03:08
Compare
Choose a tag to compare

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

05 Oct 15:01
Compare
Choose a tag to compare

1.4.1 (2024-10-05)

Bug Fixes

  • watch mode won't kill the process anymore when a rebuild fails (932fe1e)

v1.4.0

04 Oct 18:59
Compare
Choose a tag to compare

1.4.0 (2024-10-04)

Features

  • cli version is passed to the generator at runtime (3e8c2e0)

v1.3.2

03 Oct 22:54
Compare
Choose a tag to compare

1.3.2 (2024-10-03)

Bug Fixes

  • set version in sentry at runtime instead of build time (540dd56)