diff --git a/packages/kv/CHANGELOG.md b/packages/kv/CHANGELOG.md index 1382c0e..779748d 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.4.0] + +- Fix build output not being contained in the package + ## [0.3.3] - This is a test release diff --git a/packages/kv/package.json b/packages/kv/package.json index 2264c55..a9ccc59 100644 --- a/packages/kv/package.json +++ b/packages/kv/package.json @@ -1,6 +1,6 @@ { "name": "@sourcelib/kv", - "version": "0.3.3", + "version": "0.4.0", "description": "Source Engine KeyValue file parser and tokenizer library", "main": "lib/main.js", "scripts": {