diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a8e97c..ca1ac01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.10" + ".": "0.1.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8529840..0655dca 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.11](https://github.com/mathematic-inc/vscode-pdf/compare/v0.1.10...v0.1.11) (2026-03-13) + + +### Bug Fixes + +* Update pdf.js to fix viewer initialization errors ([#37](https://github.com/mathematic-inc/vscode-pdf/issues/37)) ([5b471bb](https://github.com/mathematic-inc/vscode-pdf/commit/5b471bb747b2897faa2283d66e97a45e9b1c3ef4)), closes [#32](https://github.com/mathematic-inc/vscode-pdf/issues/32) + ## [0.1.10](https://github.com/mathematic-inc/vscode-pdf/compare/v0.1.9...v0.1.10) (2026-03-12) diff --git a/package.json b/package.json index ffb1a80..8ab552d 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.10", + "version": "0.1.11", "author": "Mathematic Inc", "publisher": "mathematic", "repository": {