From fc78f725eaec6fc09ac17a0e3d43a8fc9064112d Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Fri, 13 Jan 2023 19:22:22 +0100 Subject: [PATCH] Update package kv to version 0.6.0 --- packages/kv/CHANGELOG.md | 4 ++++ packages/kv/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/kv/CHANGELOG.md b/packages/kv/CHANGELOG.md index e3e10d8..d925138 100644 --- a/packages/kv/CHANGELOG.md +++ b/packages/kv/CHANGELOG.md @@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how The versions in this file adhere to [semantic versioning](https://semver.org/). +## [0.6.0] + +- Fixed a mistake with tokenizer and parser outputting all range end to be incremented by 1 resulting in consistent but undesireable behavior + ## [0.5.1] - Fixed a syntax error diff --git a/packages/kv/package.json b/packages/kv/package.json index a604357..0e0d077 100644 --- a/packages/kv/package.json +++ b/packages/kv/package.json @@ -1,6 +1,6 @@ { "name": "@sourcelib/kv", - "version": "0.5.1", + "version": "0.6.0", "description": "Source Engine KeyValue file parser and tokenizer library", "main": "lib/main.js", "scripts": {