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 1, 2019
1 parent deee751 commit 38c014b
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
11 changes: 11 additions & 0 deletions binary-nbt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@0.5.6-alpha.1) (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-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",
Expand Down
11 changes: 11 additions & 0 deletions id/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@0.1.4-alpha.1) (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-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",
Expand Down
11 changes: 11 additions & 0 deletions result/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@0.1.6-alpha.1) (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-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",
Expand Down

0 comments on commit 38c014b

Please sign in to comment.