Skip to content

Commit 3332254

Browse files
chore(main): release 1.1.0 (#33)
* chore(main): release 1.1.0 * fix: ignore the changelog format the release please action generates it automatically with formatting errors ignore it to avoid unnecessary diffs Written-by: Chris Lyons --------- Co-authored-by: cjlyons <christian.james.lyons@gmail.com>
1 parent 4f0b374 commit 3332254

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ dist
22
node_modules
33
docs/architecture
44
tools
5+
CHANGELOG.md

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to **Archlette** will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
77

8+
## [1.1.0](https://github.com/chrislyons-dev/archlette/compare/v1.0.1...v1.1.0) (2025-10-26)
9+
10+
11+
### Features
12+
13+
* 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))
14+
15+
16+
### Bug Fixes
17+
18+
* 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))
19+
* 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))
20+
821
## [1.0.1](https://github.com/chrislyons-dev/archlette/compare/v1.0.0...v1.0.1) (2025-10-25)
922

1023
### Bug Fixes

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": "@chrislyons-dev/archlette",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": false,
55
"description": "Architecture-as-Code toolkit for automated diagrams, docs, and releases.",
66
"keywords": [

0 commit comments

Comments
 (0)