Skip to content

Commit c5c0e59

Browse files
Release 1.19.0 (#168)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 98e64f8 commit c5c0e59

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

doc/history.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# History
22

3+
## 1.19.0
4+
* [Update protodef.js to remove lodash.get (#167)](https://github.com/ProtoDef-io/node-protodef/commit/98e64f8b940378f791df8b4d6fccdfc873acd3b2) (thanks @rom1504)
5+
36
## 1.18.0
47
* [Update commands.yml to use GITHUB_TOKEN (#164)](https://github.com/ProtoDef-io/node-protodef/commit/ed625528ef109c7443b56528447f2cd84194e23a) (thanks @extremeheat)
58
* [Add additional varint types and bitflags (#163)](https://github.com/ProtoDef-io/node-protodef/commit/89c2588fdd26f6100c406f57e8ca42c11c57af84) (thanks @extremeheat)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protodef",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"description": "A simple yet powerful way to define binary protocols",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)