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.3.1 [skip ci] ## [1.3.1](v1.3.0...v1.3.1) (2024-10-11)
Browse files Browse the repository at this point in the history
### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([0414349](0414349))
* upgrade postcss from 8.4.45 to 8.4.47 ([20ad369](20ad369))
  • Loading branch information
semantic-release-bot committed Oct 11, 2024
1 parent fa4e0e3 commit 119229f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.3.1](https://github.com/AllanOricil/nrg/compare/v1.3.0...v1.3.1) (2024-10-11)


### Bug Fixes

* package.json & package-lock.json to reduce vulnerabilities ([0414349](https://github.com/AllanOricil/nrg/commit/041434978d77fef797427822fa395102d9365235))
* upgrade postcss from 8.4.45 to 8.4.47 ([20ad369](https://github.com/AllanOricil/nrg/commit/20ad3695ae96ea6c89aed0e2523ca3eb8588ffb3))

# [1.3.0](https://github.com/AllanOricil/nrg/compare/v1.2.5...v1.3.0) (2024-10-06)


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.3.0",
"version": "1.3.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 119229f

Please sign in to comment.