Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [2.5.1] - 2026-07-01

- chore: exclude CHANGELOG.md from prettier formatting
- chore: exclude specific view source directories from .vscodeignore via negative patterns
- Merge pull request #108 from stanleygomes/release/v2.5.0
- docs: update AGENTS.md to reflect project directory restructuring


## [2.5.0] - 2026-06-30

- chore: update package-lock.json dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "codex-notes",
"displayName": "Codex Notes",
"description": "A powerful plugin for managing notes directly within your IDE. Keep your thoughts, code snippets, and documentation organized without leaving your development environment",
"version": "2.5.0",
"version": "2.5.1",
"license": "MIT",
"publisher": "stanleygomes",
"repository": "https://github.com/stanleygomes/codex-notes",
Expand Down