Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions utils/actions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

# [@nanoforge-dev/actions@1.0.2](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/actions@1.0.1...@nanoforge-dev/actions@1.0.2) - (2026-01-10)

## Bug Fixes

- **actions:** Change release process to fit with new actions (#183) ([3016d45](https://github.com/NanoForge-dev/Engine/commit/3016d45b41a7f8bbd16962cb5f7aea956f84bde3)) by @Exeloo
- **actions:** Change compilation to handle usage of actions from other repositories (#182) ([31a9514](https://github.com/NanoForge-dev/Engine/commit/31a951416c44301e5784b51bcfaff7fc49f176c8)) by @Exeloo

# [@nanoforge-dev/actions@1.0.1](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/actions@1.0.0...@nanoforge-dev/actions@1.0.1) - (2026-01-09)

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion utils/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/actions",
"version": "1.0.1",
"version": "1.0.2",
"description": "NanoForge Engine - Actions",
"keywords": [
"nanoforge",
Expand Down
Loading