From 62676ce86217f3f2b477e58c1fc1555dcef9e971 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 9 Aug 2024 09:46:21 -0400 Subject: [PATCH] v2.0.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70f91b2..f018bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.0.1](https://github.com/GMOD/twobit-js/compare/v2.0.0...v2.0.1) (2024-08-09) + + + # [2.0.0](https://github.com/GMOD/twobit-js/compare/v1.1.14...v2.0.0) (2024-08-09) - Remove @gmod/binary-parser diff --git a/package.json b/package.json index ba121c1..524572c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gmod/twobit", - "version": "2.0.0", + "version": "2.0.1", "description": "Read .2bit files in node or webpack", "license": "MIT", "main": "dist/index.js",