Skip to content

Commit 9e90ce3

Browse files
committed
Kv release 0.7.2
1 parent b2a5e6a commit 9e90ce3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/kv/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
The versions in this file adhere to [semantic versioning](https://semver.org/).
88

9+
## [0.7.2]
10+
11+
- Fix parser bug
12+
- Remove function toStringPreservePositions from keyvalue document since it did nothing
13+
914
## [0.7.1]
1015

1116
- Fix tokenizer test

packages/kv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcelib/kv",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Source Engine KeyValue file parser and tokenizer library",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)