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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Levertion committed Jun 2, 2019
1 parent 63c79ff commit be00775
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions binary-nbt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.7-alpha.0](https://github.com/Levertion/mcfunction/compare/[email protected]@0.5.7-alpha.0) (2019-06-02)

**Note:** Version bump only for package binary-nbt





## [0.5.6](https://github.com/Levertion/mcfunction/compare/[email protected]@0.5.6) (2019-06-01)

**Note:** Version bump only for package binary-nbt
Expand Down
2 changes: 1 addition & 1 deletion binary-nbt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binary-nbt",
"version": "0.5.6",
"version": "0.5.7-alpha.0",
"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",
Expand Down
8 changes: 8 additions & 0 deletions id/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.5-alpha.0](https://github.com/Levertion/mcfunction/compare/[email protected]@0.1.5-alpha.0) (2019-06-02)

**Note:** Version bump only for package minecraft-id





## [0.1.4](https://github.com/Levertion/mcfunction/compare/[email protected]@0.1.4) (2019-06-01)

**Note:** Version bump only for package minecraft-id
Expand Down
2 changes: 1 addition & 1 deletion id/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minecraft-id",
"version": "0.1.4",
"version": "0.1.5-alpha.0",
"description": "Types for working with IDs from Minecraft, such as `minecraft:stone`",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions result/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.7-alpha.0](https://github.com/Levertion/mcfunction/compare/[email protected]@0.1.7-alpha.0) (2019-06-02)

**Note:** Version bump only for package simple-result





## [0.1.6](https://github.com/Levertion/mcfunction/compare/[email protected]@0.1.6) (2019-06-01)

**Note:** Version bump only for package simple-result
Expand Down
2 changes: 1 addition & 1 deletion result/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-result",
"version": "0.1.6",
"version": "0.1.7-alpha.0",
"description": "Yet another simple Result type, inspired by Rust",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit be00775

Please sign in to comment.