From 3fefdfce58a1015835f29c36bc9da91fbb592def Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 19:51:04 +0000 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef1892a..f020c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.4.0](https://github.com/Ynverxe/nbt-structure/compare/v1.4.0...1.4.0) (2023-08-27) + + +### Features + +* add method to determine if a NBT object is primitive ([e003110](https://github.com/Ynverxe/nbt-structure/commit/e003110c3d94b32c66f0dafbc70c069126fec242)) +* add support from SNBT conversion (text -> nbt & nbt -> text) ([70c71a2](https://github.com/Ynverxe/nbt-structure/commit/70c71a212a1b2a41447f749f781cdc1588e73680)) +* add utility method to read nbt entries ([99ad92e](https://github.com/Ynverxe/nbt-structure/commit/99ad92e538baec35f07450b7403153b58efb6953)) +* **nbt-readable:** add some read methods ([cf47751](https://github.com/Ynverxe/nbt-structure/commit/cf47751c5c55817d6d1632f73b4c46b3e5b3d69b)) +* **nbt:** add method to guess the content of the array and return an NBTArray ([f4caac2](https://github.com/Ynverxe/nbt-structure/commit/f4caac25f803b3ac1ef55297221edee9b15c0538)) + + +### Bug Fixes + +* **NBTEnd:** set constructor visibility as private ([3b69b5a](https://github.com/Ynverxe/nbt-structure/commit/3b69b5a6c9ad42408d357bf5f1826ab1cf01137f)) + ## [1.4.0](https://github.com/Ynverxe/nbt-structure/compare/1.3.0...v1.4.0) (2023-08-27)