From f54df938518b19459fef9975a9bc55746c508c0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 14:27:19 +0000 Subject: [PATCH] Release 1.19.0 --- doc/history.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/history.md b/doc/history.md index 86dc740..c0905ae 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,8 @@ # History +## 1.19.0 +* [Update protodef.js to remove lodash.get (#167)](https://github.com/ProtoDef-io/node-protodef/commit/98e64f8b940378f791df8b4d6fccdfc873acd3b2) (thanks @rom1504) + ## 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) diff --git a/package.json b/package.json index ed78692..702a83f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protodef", - "version": "1.18.0", + "version": "1.19.0", "description": "A simple yet powerful way to define binary protocols", "main": "index.js", "types": "index.d.ts",