From aa726765161c5074c12616c3395e2047b6d0c8ef Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Wed, 4 Jan 2023 17:42:46 +0100 Subject: [PATCH] Update package kv to version 0.4.0 --- packages/kv/CHANGELOG.md | 4 ++++ packages/kv/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": {