diff --git a/HISTORY.md b/HISTORY.md index 044ddce..699dc4a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.5.0 +* [Update readme and cli (#16)](https://github.com/extremeheat/protodef-yaml/commit/df1567d5cbc61d51ca3488d879ca01eb6f6c701d) (thanks @extremeheat) +* [Support for JSON->YAML and YAML->structured JSON outputs (#15)](https://github.com/extremeheat/protodef-yaml/commit/fd471386c4c541dc71cb9c6daa63abda0b8ec524) (thanks @extremeheat) + ## 1.4.0 * [Add builtin syntax for protodef options (#12)](https://github.com/extremeheat/protodef-yaml/commit/5d5fb3d9a293218806e92005c986da103f2a65ce) (thanks @extremeheat) * [Update web bundle](https://github.com/extremeheat/protodef-yaml/commit/975213e7f46cde0a81ddec9c44dff26592ea773c) (thanks @extremeheat) diff --git a/docs/README.md b/docs/README.md index 5567418..8ef8b66 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,7 +22,7 @@ npx protodef-yaml input.yml docs.html ### API -See [API.md](docs/API.md) +See [API.md](./API.md) ### Syntax Refer to [this documentation](https://github.com/PrismarineJS/bedrock-protocol/blob/master/docs/CONTRIBUTING.md#packet-serialization), also see test/ for example files. diff --git a/package.json b/package.json index ff2efe5..112193c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protodef-yaml", - "version": "1.4.0", + "version": "1.5.0", "description": "Transforms YAML-like syntax to ProtoDef JSON schema", "main": "index.js", "bin": "./cli.js",