diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed53f8..bdd7298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project 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 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.1](https://github.com/RobertLD/libscope/compare/v1.4.0...v1.4.1) (2026-03-10) + + +### Bug Fixes + +* prep for release ([c020aae](https://github.com/RobertLD/libscope/commit/c020aae911da952b7f197c60623b55abafacc10b)) +* Prepare for release ([#386](https://github.com/RobertLD/libscope/issues/386)) ([cfb1e60](https://github.com/RobertLD/libscope/commit/cfb1e60fbb2aaf808f8fc938345d294d2ce2acbf)) + ## [1.4.0](https://github.com/RobertLD/libscope/compare/v1.3.0...v1.4.0) (2026-03-06) diff --git a/package-lock.json b/package-lock.json index 3294dd5..0e51bd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libscope", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libscope", - "version": "1.4.0", + "version": "1.4.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@anthropic-ai/sdk": "^0.78.0", diff --git a/package.json b/package.json index 673b510..cfe93a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libscope", - "version": "1.4.0", + "version": "1.4.1", "description": "AI-powered knowledge base with MCP integration — query library docs, internal wikis, and topics with semantic search", "homepage": "https://libscope.com", "type": "module",