diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0f24e47..55c86c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.1.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6843f0a..d24e058 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.7](https://github.com/mathematic-inc/vscode-pdf/compare/v0.1.6...v0.1.7) (2026-03-11) + + +### Features + +* Modernize tooling and project structure ([#26](https://github.com/mathematic-inc/vscode-pdf/issues/26)) ([b9ab389](https://github.com/mathematic-inc/vscode-pdf/commit/b9ab389391ef64d369ebc0f4ef034c0ad231c54c)) + ## [0.1.6](https://github.com/mathematic-inc/vscode-pdf/compare/v0.1.5...v0.1.6) (2025-04-16) diff --git a/package.json b/package.json index 21f7a87..2f3be2b 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.6", + "version": "0.1.7", "author": "Mathematic Inc", "publisher": "mathematic", "repository": {