diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55c86c8..a46f218 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.7" + ".": "0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d24e058..84e80c1 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.8](https://github.com/mathematic-inc/vscode-pdf/compare/v0.1.7...v0.1.8) (2026-03-11) + + +### Features + +* Default zoom, sidebar, Ctrl+P, and drag crash fixes ([#30](https://github.com/mathematic-inc/vscode-pdf/issues/30)) ([50a181b](https://github.com/mathematic-inc/vscode-pdf/commit/50a181b5eb323c37899ae67c15f89e18f5ff6327)) + ## [0.1.7](https://github.com/mathematic-inc/vscode-pdf/compare/v0.1.6...v0.1.7) (2026-03-11) diff --git a/package.json b/package.json index a4abef6..7100dd8 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.7", + "version": "0.1.8", "author": "Mathematic Inc", "publisher": "mathematic", "repository": {