File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed
Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change 1- # Release v0.2.0 - Initial Public Release
1+ # Release Notes
2+
3+ ## v0.3.2 - Maintenance Release (2026-01-24)
4+
5+ ### 📦 Released Packages
6+
7+ All packages have been updated to version ** 0.3.2** :
8+
9+ - ** @objectstack/spec @0.3.2** - Core protocol definitions and TypeScript types
10+ - ** @objectstack/types @0.3.2** - Shared TypeScript type definitions
11+ - ** @objectstack/objectql @0.3.2** - ObjectQL query language and runtime
12+ - ** @objectstack/runtime @0.3.2** - Runtime execution environment
13+ - ** @objectstack/client @0.3.2** - Client library for ObjectStack
14+ - ** @objectstack/driver-memory @0.3.2** - In-memory data storage driver
15+ - ** @objectstack/plugin-hono-server @0.3.2** - Hono server plugin for REST API
16+ - ** @objectstack/plugin-msw @0.3.2** - MSW (Mock Service Worker) plugin
17+
18+ ### 📝 Changes
19+
20+ This is a patch release focusing on:
21+ - Maintenance and stability improvements
22+ - Updated dependencies across all packages
23+ - Improved build consistency
24+
25+ ### 🚀 Publishing
26+
27+ This release is ready for publishing to npm. When this PR is merged to ` main ` :
28+ 1 . The GitHub Actions release workflow will automatically detect the version bump
29+ 2 . Build all packages
30+ 3 . Publish to npm registry using NPM_TOKEN secret
31+ 4 . Create GitHub release with appropriate tags
32+
33+ ---
34+
35+ ## v0.2.0 - Initial Public Release
236
337## 📦 Released Packages
438
You can’t perform that action at this time.
0 commit comments