diff --git a/binary-nbt/CHANGELOG.md b/binary-nbt/CHANGELOG.md index 6698940..765d269 100644 --- a/binary-nbt/CHANGELOG.md +++ b/binary-nbt/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.6-alpha.2](https://github.com/Levertion/mcfunction/compare/binary-nbt@0.5.6-alpha.1...binary-nbt@0.5.6-alpha.2) (2019-06-01) + + +### Bug Fixes + +* **docs:** update dist-tags ([f3c47e0](https://github.com/Levertion/mcfunction/commit/f3c47e0)) + + + + + ## [0.5.6-alpha.1](https://github.com/Levertion/mcfunction/compare/binary-nbt@0.5.6-alpha.0...binary-nbt@0.5.6-alpha.1) (2019-06-01) **Note:** Version bump only for package binary-nbt diff --git a/binary-nbt/package.json b/binary-nbt/package.json index 3b463da..3fc32ef 100644 --- a/binary-nbt/package.json +++ b/binary-nbt/package.json @@ -1,6 +1,6 @@ { "name": "binary-nbt", - "version": "0.5.6-alpha.1", + "version": "0.5.6-alpha.2", "description": "A serializer and deserializer for Minecraft's NBT archives with a lossless but ergonomic output format", "main": "lib/index.js", "bin": "lib/bin.js", diff --git a/id/CHANGELOG.md b/id/CHANGELOG.md index affc056..ace8ed3 100644 --- a/id/CHANGELOG.md +++ b/id/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.4-alpha.2](https://github.com/Levertion/mcfunction/compare/minecraft-id@0.1.4-alpha.1...minecraft-id@0.1.4-alpha.2) (2019-06-01) + + +### Bug Fixes + +* **docs:** update dist-tags ([f3c47e0](https://github.com/Levertion/mcfunction/commit/f3c47e0)) + + + + + ## [0.1.4-alpha.1](https://github.com/Levertion/mcfunction/compare/minecraft-id@0.1.4-alpha.0...minecraft-id@0.1.4-alpha.1) (2019-06-01) **Note:** Version bump only for package minecraft-id diff --git a/id/package.json b/id/package.json index aa008cc..22af334 100644 --- a/id/package.json +++ b/id/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-id", - "version": "0.1.4-alpha.1", + "version": "0.1.4-alpha.2", "description": "Types for working with IDs from Minecraft, such as `minecraft:stone`", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/result/CHANGELOG.md b/result/CHANGELOG.md index 6c9e290..3396d55 100644 --- a/result/CHANGELOG.md +++ b/result/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.6-alpha.2](https://github.com/Levertion/mcfunction/compare/simple-result@0.1.6-alpha.1...simple-result@0.1.6-alpha.2) (2019-06-01) + + +### Bug Fixes + +* **docs:** update dist-tags ([f3c47e0](https://github.com/Levertion/mcfunction/commit/f3c47e0)) + + + + + ## [0.1.6-alpha.1](https://github.com/Levertion/mcfunction/compare/simple-result@0.1.6-alpha.0...simple-result@0.1.6-alpha.1) (2019-06-01) **Note:** Version bump only for package simple-result diff --git a/result/package.json b/result/package.json index e0dba3d..9fba714 100644 --- a/result/package.json +++ b/result/package.json @@ -1,6 +1,6 @@ { "name": "simple-result", - "version": "0.1.6-alpha.1", + "version": "0.1.6-alpha.2", "description": "Yet another simple Result type, inspired by Rust", "main": "lib/index.js", "types": "lib/index.d.ts",