diff --git a/.vscodeignore b/.vscodeignore index 7fe109b..1dbcc65 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -48,4 +48,12 @@ Thumbs.db # Internal development internal/** -temp/** \ No newline at end of file +temp/** + +# Claude Code files +.claude/** +.agents/** +CLAUDE.md + +# Development documentation +docs/** \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ac5e2..c0c2f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to the Cloudinary VS Code extension will be documented in th The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.4] - 2026-04-16 + +### Added +- E2E test infrastructure for automated extension testing + +### Fixed +- VSIX package no longer includes development-only files, reducing package size + ## [0.1.3] - 2026-02-03 ### Added diff --git a/package.json b/package.json index 55de9be..fc11809 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "Cloudinary", "displayName": "Cloudinary", "description": "Easily find and manage your Cloudinary assets directly from Visual Studio Code.", - "version": "0.1.3", + "version": "0.1.4", "icon": "resources/cloudinary_icon_blue.png", "repository": { "type": "git",