mirror of
https://github.com/uglyboy-tl/obsidian-ink-player.git
synced 2026-07-22 05:42:02 +00:00
chore(release): v2.3.2
This commit is contained in:
parent
16873a03ff
commit
5807fe8199
4 changed files with 17 additions and 3 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,5 +1,18 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.3.2 (2026-05-24)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
- **deps**: update @inkweave/solidjs to v2.4.2 (#6)
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
- **readme**: update dependency reference from react to solidjs
|
||||||
|
|
||||||
|
### Chores
|
||||||
|
- **deps**: add bun-types and bun lockfile
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/uglyboy-tl/obsidian-ink-player/compare/2.3.1...2.3.2
|
||||||
|
|
||||||
## 2.3.1 (2026-05-17)
|
## 2.3.1 (2026-05-17)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "ink-player",
|
"id": "ink-player",
|
||||||
"name": "Ink Player",
|
"name": "Ink Player",
|
||||||
"version": "2.3.1",
|
"version": "2.3.2",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "Playing interactive fiction powered by Inkle's ink engine",
|
"description": "Playing interactive fiction powered by Inkle's ink engine",
|
||||||
"author": "Uglyboy",
|
"author": "Uglyboy",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ink-player",
|
"name": "ink-player",
|
||||||
"version": "2.3.1",
|
"version": "2.3.2",
|
||||||
"description": "Playing interactive fiction powered by Inkle's ink engine",
|
"description": "Playing interactive fiction powered by Inkle's ink engine",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -11,5 +11,6 @@
|
||||||
"2.1.0": "0.15.0",
|
"2.1.0": "0.15.0",
|
||||||
"2.2.0": "0.15.0",
|
"2.2.0": "0.15.0",
|
||||||
"2.3.0": "0.15.0",
|
"2.3.0": "0.15.0",
|
||||||
"2.3.1": "0.15.0"
|
"2.3.1": "0.15.0",
|
||||||
|
"2.3.2": "0.15.0"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue