fix(core): Bump version to 1.0.2 (patch release)
This commit is contained in:
13
changelog.md
Normal file
13
changelog.md
Normal 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
8
ts/00_commitinfo_data.ts
Normal 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'
|
||||
}
|
||||
Reference in New Issue
Block a user