From 0002700ad14414d7cbc6e0f671a74d34ebc65a3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:55:56 +0100 Subject: [PATCH] Release 1.18.0 (#165) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- doc/history.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",