We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a5e6a commit 9e90ce3Copy full SHA for 9e90ce3
packages/kv/CHANGELOG.md
@@ -6,6 +6,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
The versions in this file adhere to [semantic versioning](https://semver.org/).
8
9
+## [0.7.2]
10
+
11
+- Fix parser bug
12
+- Remove function toStringPreservePositions from keyvalue document since it did nothing
13
14
## [0.7.1]
15
16
- Fix tokenizer test
packages/kv/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sourcelib/kv",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"description": "Source Engine KeyValue file parser and tokenizer library",
5
"main": "lib/main.js",
"scripts": {
0 commit comments