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

Commit

Permalink
chore(release): 1.5.1 [skip ci] ## [1.5.1](v1.5.0...v1.5.1) (2024-10-28)
Browse files Browse the repository at this point in the history
### Bug Fixes

* await can only be used inside an async function ([0e2e543](0e2e543))
* error TS1064 ([09f7fc4](09f7fc4))
* upgrade esbuild from 0.23.1 to 0.24.0 ([3c8c81b](3c8c81b))

### Reverts

* feat: add custom html attributes id: for: i18n: ([3c4ff6b](3c4ff6b))
  • Loading branch information
semantic-release-bot committed Oct 28, 2024
1 parent 02a14db commit f548a9a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.5.1](https://github.com/AllanOricil/nrg/compare/v1.5.0...v1.5.1) (2024-10-28)


### Bug Fixes

* await can only be used inside an async function ([0e2e543](https://github.com/AllanOricil/nrg/commit/0e2e543c9db2d49568692bed846b25979876697f))
* error TS1064 ([09f7fc4](https://github.com/AllanOricil/nrg/commit/09f7fc479eb987ac1af086954bb7204a4c8f3771))
* upgrade esbuild from 0.23.1 to 0.24.0 ([3c8c81b](https://github.com/AllanOricil/nrg/commit/3c8c81b6b4f0e2fca46f4996ef1b332735fbebd7))


### Reverts

* feat: add custom html attributes id: for: i18n: ([3c4ff6b](https://github.com/AllanOricil/nrg/commit/3c4ff6bb84eb98f61a697b8dd9018142e84a255a))

# [1.5.0](https://github.com/AllanOricil/nrg/compare/v1.4.0...v1.5.0) (2024-10-13)


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": "@allanoricil/nrg-core",
"version": "1.5.0",
"version": "1.5.1",
"description": "This package can be used to build Node-RED nodes made with the nrg cli.",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit f548a9a

Please sign in to comment.