Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.0"
".": "1.4.1"
}
13 changes: 13 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.1](https://github.com/stdNullPtr/TorchLight-SpigotMC/compare/v1.4.0...v1.4.1) (2025-08-26)


### Bug Fixes

* ensure lights cleanup on disable and update README with safe design details ([1e1c20f](https://github.com/stdNullPtr/TorchLight-SpigotMC/commit/1e1c20f076517f8bef787dc9b4ef69440cb813f9))


### CI

* **deps:** bump actions/checkout from 4 to 5 ([#34](https://github.com/stdNullPtr/TorchLight-SpigotMC/issues/34)) ([917fe9a](https://github.com/stdNullPtr/TorchLight-SpigotMC/commit/917fe9ad698b561ae959689dacc3faca92e17446))
* **deps:** bump actions/setup-java from 4 to 5 ([#35](https://github.com/stdNullPtr/TorchLight-SpigotMC/issues/35)) ([0628d0d](https://github.com/stdNullPtr/TorchLight-SpigotMC/commit/0628d0d9f26a7dac86f61cc2359ca87e5c46e3fd))

## [1.4.0](https://github.com/stdNullPtr/TorchLight-SpigotMC/compare/v1.3.0...v1.4.0) (2025-03-15)


Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: TorchLight
main: com.stdnullptr.PluginMain
version: 1.4.0
version: 1.4.1
api-version: 1.19
description: The plugin makes the torch emit light when held in offhand
commands:
Expand Down