[ci] release
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
# Releases
## robot3@1.2.0
### Minor Changes
- 0cf6366: '/logging' is now exported, so you can import it in your dev environment to log state changes.
```ts
import 'robot3/logging';
import {...} from 'robot3';
```
### Patch Changes
- 950b6fa: Fix syntax error in state function type definition that caused TypeScript compilation failures. The previous change had a missing space in a conditional type expression, breaking type inference for state transitions.
合并状态:已合并 合并于 2025-09-20 关闭于 2025-09-20 0 条评论