diff --git a/doc/history.md b/doc/history.md index 4fb0348..86dc740 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,12 @@ # History +## 1.18.0 +* [Update commands.yml to use GITHUB_TOKEN (#164)](https://github.com/ProtoDef-io/node-protodef/commit/ed625528ef109c7443b56528447f2cd84194e23a) (thanks @extremeheat) +* [Add additional varint types and bitflags (#163)](https://github.com/ProtoDef-io/node-protodef/commit/89c2588fdd26f6100c406f57e8ca42c11c57af84) (thanks @extremeheat) +* [Create commands.yml](https://github.com/ProtoDef-io/node-protodef/commit/67b411aacbf9ad2ccf0aaeac0bb4d9d568b568b3) (thanks @rom1504) +* [Add Optional `skipChecks` to Disable Array Size Check (#154)](https://github.com/ProtoDef-io/node-protodef/commit/1173604de64d4c32f3ff9a2a789230885115870c) (thanks @bdkopen) +* [add benchmark to ci](https://github.com/ProtoDef-io/node-protodef/commit/55e6c631cd14ccbb4d684e9f4e9c50e6fbbf809f) (thanks @rom1504) + ## 1.17.0 * Fix anon containers diff --git a/package.json b/package.json index 25007bf..5fecedc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protodef", - "version": "1.17.0", + "version": "1.18.0", "description": "A simple yet powerful way to define binary protocols", "main": "index.js", "types": "index.d.ts",