fix(core): Bump version to 1.0.2 (patch release)

This commit is contained in:
2025-12-02 11:00:55 +00:00
parent c1317712a9
commit 01894b2c7e
2 changed files with 21 additions and 0 deletions

13
changelog.md Normal file
View File

@@ -0,0 +1,13 @@
# Changelog
## 2025-12-02 - 1.0.2 - fix(core)
Bump version to 1.0.2 (patch release)
- Patch release: no source changes detected in the working tree
- Prepare package for publish — version bump from 1.0.1 to 1.0.2
## 2025-12-02 - 1.0.1 - initial release
Initial commit: project scaffold and first release.
- Repository initialized with initial project structure and baseline files.
- Version set to 1.0.1.

8
ts/00_commitinfo_data.ts Normal file
View File

@@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartagent',
version: '1.0.2',
description: 'an agentic framework built on top of @push.rocks/smartai'
}