Skip to content

Commit

Permalink
Update package kv to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanH-AT committed Jan 13, 2023
1 parent 1d59a8d commit fc78f72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/kv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/kv/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit fc78f72

Please sign in to comment.