Skip to content

Commit 6b508df

Browse files
chore(master): release 1.4.2 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b779f5 commit 6b508df

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.1"
2+
".": "1.4.2"
33
}

CHANGELOG.md

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

3+
## [1.4.2](https://github.com/PatrickSys/codebase-context/compare/v1.4.1...v1.4.2) (2026-01-29)
4+
5+
6+
### Bug Fixes
7+
8+
* remove expired NPM_TOKEN, use pure OIDC auth ([6b779f5](https://github.com/PatrickSys/codebase-context/commit/6b779f578311b5b5b8f17e899a592e15f793c247))
9+
310
## [1.4.1](https://github.com/PatrickSys/codebase-context/compare/v1.4.0...v1.4.1) (2026-01-29)
411

512

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.1",
3+
"version": "1.4.2",
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)