diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5f714f..4a8e97c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.9" + ".": "0.1.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f04819d..8529840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.10](https://github.com/mathematic-inc/vscode-pdf/compare/v0.1.9...v0.1.10) (2026-03-12) + + +### Bug Fixes + +* Remove error overlay and loaded tracking causing PDF open failures ([#35](https://github.com/mathematic-inc/vscode-pdf/issues/35)) ([053a47f](https://github.com/mathematic-inc/vscode-pdf/commit/053a47f66b4910ed361c17d917cf3f6dd03994c8)), closes [#32](https://github.com/mathematic-inc/vscode-pdf/issues/32) + ## [0.1.9](https://github.com/mathematic-inc/vscode-pdf/compare/v0.1.8...v0.1.9) (2026-03-11) diff --git a/package.json b/package.json index c4ecba4..ffb1a80 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "packageManager": "pnpm@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268", "displayName": "PDF Viewer", "description": "Portable document format (PDF) viewer for Visual Studio Code.", - "version": "0.1.9", + "version": "0.1.10", "author": "Mathematic Inc", "publisher": "mathematic", "repository": {