chore(release): v2.0.5

This commit is contained in:
InkWeave Bot 2026-04-18 06:09:51 +08:00 committed by Uglyboy
parent b75e90b26d
commit ef64c016d2
4 changed files with 22 additions and 3 deletions

View file

@ -2,6 +2,24 @@
All notable changes to this project will be documented in this file.
## 2.0.5 (2026-04-18)
### Features
- **plugin**: register ink file extension
### Bug Fixes
- **compiler**: 移除 YAML frontmatter 避免解析错误
### Chores
- **changelog**: 移除重复的版本记录
- **deps**: switch from jsdom to esbuild and add clean script
- **ci**: switch build tool from Node.js to Bun
- **deps**: upgrade dependencies and clean up dev dependencies
- **ci**: update release workflow to use release notes from changelog
- **changelog**: regenerate with correct tag references
**Full Changelog**: https://github.com/uglyboy-tl/obsidian-ink-player/compare/2.0.1...2.0.5
## 2.0.4 (2026-04-08)
### Features

View file

@ -1,7 +1,7 @@
{
"id": "ink-player",
"name": "Ink Player",
"version": "2.0.4",
"version": "2.0.5",
"minAppVersion": "0.15.0",
"description": "Playing interactive fiction powered by Inkle's ink engine",
"author": "Uglyboy",

View file

@ -1,6 +1,6 @@
{
"name": "ink-player",
"version": "2.0.4",
"version": "2.0.5",
"description": "Playing interactive fiction powered by Inkle's ink engine",
"main": "main.js",
"scripts": {

View file

@ -4,5 +4,6 @@
"2.0.1": "0.15.0",
"2.0.2": "0.15.0",
"2.0.3": "0.15.0",
"2.0.4": "0.15.0"
"2.0.4": "0.15.0",
"2.0.5": "0.15.0"
}