Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit d9eafbe

Browse files
committed
1 parent 38c014b commit d9eafbe

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

binary-nbt/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.6](https://github.com/Levertion/mcfunction/compare/[email protected]@0.5.6) (2019-06-01)
7+
8+
**Note:** Version bump only for package binary-nbt
9+
10+
11+
12+
13+
614
## [0.5.6-alpha.2](https://github.com/Levertion/mcfunction/compare/[email protected]@0.5.6-alpha.2) (2019-06-01)
715

816

binary-nbt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "binary-nbt",
3-
"version": "0.5.6-alpha.2",
3+
"version": "0.5.6",
44
"description": "A serializer and deserializer for Minecraft's NBT archives with a lossless but ergonomic output format",
55
"main": "lib/index.js",
66
"bin": "lib/bin.js",

id/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.4](https://github.com/Levertion/mcfunction/compare/[email protected]@0.1.4) (2019-06-01)
7+
8+
**Note:** Version bump only for package minecraft-id
9+
10+
11+
12+
13+
614
## [0.1.4-alpha.2](https://github.com/Levertion/mcfunction/compare/[email protected]@0.1.4-alpha.2) (2019-06-01)
715

816

id/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minecraft-id",
3-
"version": "0.1.4-alpha.2",
3+
"version": "0.1.4",
44
"description": "Types for working with IDs from Minecraft, such as `minecraft:stone`",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

result/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.6](https://github.com/Levertion/mcfunction/compare/[email protected]@0.1.6) (2019-06-01)
7+
8+
**Note:** Version bump only for package simple-result
9+
10+
11+
12+
13+
614
## [0.1.6-alpha.2](https://github.com/Levertion/mcfunction/compare/[email protected]@0.1.6-alpha.2) (2019-06-01)
715

816

result/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-result",
3-
"version": "0.1.6-alpha.2",
3+
"version": "0.1.6",
44
"description": "Yet another simple Result type, inspired by Rust",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)