Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to **Archlette** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project adheres to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## [1.3.2](https://github.com/chrislyons-dev/archlette/compare/v1.3.1...v1.3.2) (2026-03-01)


### Bug Fixes

* broken image links ([#58](https://github.com/chrislyons-dev/archlette/issues/58)) ([bc15d0c](https://github.com/chrislyons-dev/archlette/commit/bc15d0c0fa84880ec51943e70a57e3270ce4743d))
* broken links ([#60](https://github.com/chrislyons-dev/archlette/issues/60)) ([6c6d809](https://github.com/chrislyons-dev/archlette/commit/6c6d8090c207cb033905cdf45f6824433e5c628e))

## [1.3.1](https://github.com/chrislyons-dev/archlette/compare/v1.3.0...v1.3.1) (2026-03-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrislyons-dev/archlette",
"version": "1.3.1",
"version": "1.3.2",
"private": false,
"description": "Architecture-as-Code toolkit for automated diagrams, docs, and releases.",
"keywords": [
Expand Down