Skip to content

Commit 0035b18

Browse files
Merge pull request #2037 from finos/release/cli-v1.28.2
2 parents 0c7480d + fdcdebe commit 0035b18

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to the CALM CLI will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.28.2] - 2026-01-14
9+
10+
## <small>1.28.2 (2026-01-14)</small>
11+
12+
* ([29a81dcc89fc942de97c8ead0f1c6c79a3bc0b8e](https://github.com/finos/architecture-as-code/commit/29a81dcc89fc942de97c8ead0f1c6c79a3bc0b8e))
13+
* Update AGENTS instructions to use npm workspaces ([703cd7be0688646c05b658881a6040720df04ccf](https://github.com/finos/architecture-as-code/commit/703cd7be0688646c05b658881a6040720df04ccf))
14+
* docs(calm-ai-tools): fix typo in AI Assistant selection instructions ([0c7480da7c566ad054174b03859f75cfc5e50fa1](https://github.com/finos/architecture-as-code/commit/0c7480da7c566ad054174b03859f75cfc5e50fa1))
15+
* docs(calm-ai-tools): fix typo in AI Assistant selection instructions ([e476d425b2001701b74182b4d30b8d350ef8340f](https://github.com/finos/architecture-as-code/commit/e476d425b2001701b74182b4d30b8d350ef8340f))
16+
* docs(shared): fix remaining workspace name inconsistencies ([d4b86ab41d4c0b32f4df89202afc26212ee7d923](https://github.com/finos/architecture-as-code/commit/d4b86ab41d4c0b32f4df89202afc26212ee7d923))
17+
* docs: update AGENTS.md files to use npm workspaces consistently ([eaa199d64e0fc0ce6341b88ef24911b6eaa33601](https://github.com/finos/architecture-as-code/commit/eaa199d64e0fc0ce6341b88ef24911b6eaa33601))
18+
* docs: use consistent workspace directory names in AGENTS.md files ([f7b38c1db22090f4f4d9a3b9a21dbf7854114e79](https://github.com/finos/architecture-as-code/commit/f7b38c1db22090f4f4d9a3b9a21dbf7854114e79))
19+
* fix(deps): add advent-of-calm/website to renovate ignorePaths ([eedb4836d29187f6076eef1bf7ca29ba3f2e86bc](https://github.com/finos/architecture-as-code/commit/eedb4836d29187f6076eef1bf7ca29ba3f2e86bc))
20+
* fix(deps): update patch updates ([878c1f5ef86785a8e0441bc91d9d7f0d1a965293](https://github.com/finos/architecture-as-code/commit/878c1f5ef86785a8e0441bc91d9d7f0d1a965293))
21+
* fix(deps): update patch updates ([c455f5a93845292bec9ab4d31de1092650b0967d](https://github.com/finos/architecture-as-code/commit/c455f5a93845292bec9ab4d31de1092650b0967d))
22+
823
## [1.28.1] - 2026-01-13
924

1025
### Changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/calm-cli",
3-
"version": "1.28.1",
3+
"version": "1.28.2",
44
"description": "A set of tools for interacting with the Common Architecture Language Model (CALM)",
55
"homepage": "https://calm.finos.org",
66
"repository": {

0 commit comments

Comments
 (0)