mirror of
https://github.com/uglyboy-tl/obsidian-ink-player.git
synced 2026-07-22 05:42:02 +00:00
chore(release): v2.0.5
This commit is contained in:
parent
b75e90b26d
commit
ef64c016d2
4 changed files with 22 additions and 3 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue