Skip to content

Commit dac4f58

Browse files
chore(master): release 1.5.0 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5df281 commit dac4f58

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/PatrickSys/codebase-context/compare/v1.4.0...v1.5.0) (2026-01-29)
4+
5+
6+
### Features
7+
8+
* add npm Trusted Publishers with provenance ([c5df281](https://github.com/PatrickSys/codebase-context/commit/c5df2812e1126834ff946e27d2e710c052c9d994))
9+
10+
11+
### Bug Fixes
12+
13+
* **lint:** disable no-explicit-any rule for AST manipulation code ([41547da](https://github.com/PatrickSys/codebase-context/commit/41547da2aa5529dce3d539c296d5e9d79df379fe))
14+
315
## [Unreleased]
416

517
## [1.4.0] - 2026-01-28

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebase-context",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "MCP server that helps AI agents understand your codebase - patterns, libraries, architecture, monorepo support",
55
"type": "module",
66
"main": "./dist/lib.js",

0 commit comments

Comments
 (0)