Skip to content

Commit 5ab749b

Browse files
authored
chore(main): release 0.1.9 (#34)
1 parent 3b792e7 commit 5ab749b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.8"
2+
".": "0.1.9"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.9](https://github.com/mathematic-inc/vscode-pdf/compare/v0.1.8...v0.1.9) (2026-03-11)
9+
10+
11+
### Bug Fixes
12+
13+
* Set loaded=true after open() to prevent overlay manager crash on load ([#33](https://github.com/mathematic-inc/vscode-pdf/issues/33)) ([bb0f4d5](https://github.com/mathematic-inc/vscode-pdf/commit/bb0f4d53670780bb9b13e26428a62dca4585f8fb))
14+
815
## [0.1.8](https://github.com/mathematic-inc/vscode-pdf/compare/v0.1.7...v0.1.8) (2026-03-11)
916

1017

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packageManager": "pnpm@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268",
44
"displayName": "PDF Viewer",
55
"description": "Portable document format (PDF) viewer for Visual Studio Code.",
6-
"version": "0.1.8",
6+
"version": "0.1.9",
77
"author": "Mathematic Inc",
88
"publisher": "mathematic",
99
"repository": {

0 commit comments

Comments
 (0)