Skip to content

Commit b545fe2

Browse files
committed
chore: release 1.2.1
1 parent 93a2cf0 commit b545fe2

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to git-cms are documented in this file.
44

55
## [Unreleased]
66

7+
## [1.2.1] — 2026-03-21
8+
79
### Changed
810

911
- **Publish surface cleanup:** npm packaging is now explicitly scoped with a `files` allowlist, and the README hero image now uses a stable hosted URL so release tarballs only ship runtime-relevant assets.
@@ -177,7 +179,8 @@ All notable changes to git-cms are documented in this file.
177179
- Admin UI: `selectVersion` guards against out-of-order async responses (prevents stale preview flash from rapid clicks)
178180
- **(P2) walkLimit divergence:** Extracted `HISTORY_WALK_LIMIT` as a shared exported constant used by both `_validateAncestry` and the server's history limit clamp
179181

180-
[Unreleased]: https://github.com/flyingrobots/git-cms/compare/v1.2.0...main
182+
[Unreleased]: https://github.com/flyingrobots/git-cms/compare/v1.2.1...main
183+
[1.2.1]: https://github.com/flyingrobots/git-cms/compare/v1.2.0...v1.2.1
181184
[1.2.0]: https://github.com/flyingrobots/git-cms/compare/v1.1.5...v1.2.0
182185
[1.1.5]: https://github.com/flyingrobots/git-cms/compare/v1.1.4...v1.1.5
183186
[1.1.4]: https://github.com/flyingrobots/git-cms/compare/v1.1.3...v1.1.4

QUICK_REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Git CMS Quick Reference
22

3-
> Validated against v1.2.0 on 2026-03-21.
3+
> Validated against v1.2.1 on 2026-03-21.
44
55
One-page cheat sheet for Git CMS commands, API endpoints, and concepts.
66

docs/GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting Started with Git CMS
22

3-
> Validated against v1.2.0 on 2026-03-21.
3+
> Validated against v1.2.1 on 2026-03-21.
44
55
This guide is optimized for people arriving from the blog post. If you just want to see the stunt, use the reader-safe paths first.
66

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-cms",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A Git-native, database-free CMS: article bodies in commit messages, publish by moving refs.",
55
"homepage": "https://flyingrobots.dev/git-stunts/git-cms",
66
"type": "module",

0 commit comments

Comments
 (0)