diff --git a/CHANGELOG.md b/CHANGELOG.md index e80858e..0b48268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v1.2.3 (2024-07-14) + +### Fix + +* fix: chiseled_bookshelf does not stack items ([`990c94e`](https://github.com/edayot/ItemIO/commit/990c94e996449d174397952a93226a6365216d22)) + +* fix: useless say ([`cc7947a`](https://github.com/edayot/ItemIO/commit/cc7947afcfab16b3e17f46afa3a8b33911cf7ee7)) + +* fix: wrong score usage ([`d4c6d11`](https://github.com/edayot/ItemIO/commit/d4c6d114d1a6a41a3fd23e1221a736850165e15d)) + + ## v1.2.2 (2024-07-14) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 7d96c1b..dd50436 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "itemio" -version = "1.2.2" +version = "1.2.3" description = "Item input/output lib - Easy interaction between vanilla and custom containers" authors = ["edayot "] license = "MIT"