Skip to content

Commit 9ca27ea

Browse files
committed
Release 3.3.0
1 parent f19e0d8 commit 9ca27ea

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ If you're using `yarn`:
2323

2424
## Changelog
2525

26+
### 3.3.0
27+
28+
- Add `delimString`, thanks [blowback](https://github.com/blowback)
29+
2630
### 3.2.0
2731

2832
- Bugfix: CRC calculation failed (failed the test-suite too, how could this happen)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bin-grammar",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Binary data parser and encoder with a readable interface",
55
"main": "index.js",
66
"author": "Johannes Schriewer <@dunkelstern>",

0 commit comments

Comments
 (0)