Skip to content

Commit 8b9d251

Browse files
chore(release): @nvidia-elements/core-v0.1.4 [skip ci]
## <small>0.1.4 (2026-05-21)</small> * fix(cli): binary version support ([39106f1](39106f1)) * fix(cli): handle command args ([0f526e0](0f526e0)) * fix(core): remove postinstall ([4818481](4818481)) * chore(ci): add labeler and stale workflows ([31730e8](31730e8)) * chore(ci): cleanup unused references and improve ci logging ([9280f22](9280f22)) * chore(docs): add agent tooling guidelines ([5eb909d](5eb909d)) * chore(docs): metadata structure fixes ([efb89f7](efb89f7)) * chore(release): @nvidia-elements/cli-v0.2.1 [skip ci] ([a4e3dad](a4e3dad)) * chore(starters): add agents files ([64eac99](64eac99))
1 parent 39106f1 commit 8b9d251

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

projects/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## <small>0.1.4 (2026-05-21)</small>
2+
3+
* fix(cli): binary version support ([39106f1](https://github.com/NVIDIA/elements/commit/39106f1))
4+
* fix(cli): handle command args ([0f526e0](https://github.com/NVIDIA/elements/commit/0f526e0))
5+
* fix(core): remove postinstall ([4818481](https://github.com/NVIDIA/elements/commit/4818481))
6+
* chore(ci): add labeler and stale workflows ([31730e8](https://github.com/NVIDIA/elements/commit/31730e8))
7+
* chore(ci): cleanup unused references and improve ci logging ([9280f22](https://github.com/NVIDIA/elements/commit/9280f22))
8+
* chore(docs): add agent tooling guidelines ([5eb909d](https://github.com/NVIDIA/elements/commit/5eb909d))
9+
* chore(docs): metadata structure fixes ([efb89f7](https://github.com/NVIDIA/elements/commit/efb89f7))
10+
* chore(release): @nvidia-elements/cli-v0.2.1 [skip ci] ([a4e3dad](https://github.com/NVIDIA/elements/commit/a4e3dad))
11+
* chore(starters): add agents files ([64eac99](https://github.com/NVIDIA/elements/commit/64eac99))
12+
113
## <small>0.1.3 (2026-05-19)</small>
214

315
* fix(core): correct read only property ([b9e7588](https://github.com/NVIDIA/elements/commit/b9e7588))

projects/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nvidia-elements/core",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"release": {
55
"extends": "../../release.config.js"
66
},

0 commit comments

Comments
 (0)