We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e76fb4 commit 588aa1aCopy full SHA for 588aa1a
packages/kv/CHANGELOG.md
@@ -6,6 +6,10 @@ 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.9.1]
10
+
11
+- Fix no files being shipped in 0.9.1
12
13
## [0.9.0]
14
15
- Added detectArrays option to deserializer which automatically detects array-like keyvalue structures and resolves them as javascript arrays
packages/kv/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sourcelib/kv",
3
- "version": "0.9.0",
+ "version": "0.9.1",
4
"description": "Source Engine KeyValue file parser and tokenizer library",
5
"main": "lib/main.js",
"scripts": {
0 commit comments