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
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ dist
node_modules
docs/architecture
tools
CHANGELOG.md
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.1.0](https://github.com/chrislyons-dev/archlette/compare/v1.0.1...v1.1.0) (2025-10-26)


### Features

* improve container description and DSL generation for cloudflare wrangler sources [#30](https://github.com/chrislyons-dev/archlette/issues/30) ([4f0b374](https://github.com/chrislyons-dev/archlette/commit/4f0b374d4701a52983699d8e7b468dcc50784ca6))


### Bug Fixes

* grant the release-please workflow authority to trigger the cd workflow ([#28](https://github.com/chrislyons-dev/archlette/issues/28)) ([1052f26](https://github.com/chrislyons-dev/archlette/commit/1052f26485facf3ea085ad9ce8e4afacd39c9065))
* resolve the latest release please configuration and permission issues ([#29](https://github.com/chrislyons-dev/archlette/issues/29)) ([fb85252](https://github.com/chrislyons-dev/archlette/commit/fb85252cdf255f576ccc3b930e10ac1ff88a9e65))

## [1.0.1](https://github.com/chrislyons-dev/archlette/compare/v1.0.0...v1.0.1) (2025-10-25)

### Bug Fixes
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.0.1",
"version": "1.1.0",
"private": false,
"description": "Architecture-as-Code toolkit for automated diagrams, docs, and releases.",
"keywords": [
Expand Down