diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..09f0bdd --- /dev/null +++ b/changelog.md @@ -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. \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts new file mode 100644 index 0000000..df7d3bd --- /dev/null +++ b/ts/00_commitinfo_data.ts @@ -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' +}