Skip to content

Commit aa72676

Browse files
committed
Update package kv to version 0.4.0
1 parent a6617e5 commit aa72676

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/kv/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
The versions in this file adhere to [semantic versioning](https://semver.org/).
88

9+
## [0.4.0]
10+
11+
- Fix build output not being contained in the package
12+
913
## [0.3.3]
1014

1115
- This is a test release

packages/kv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcelib/kv",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "Source Engine KeyValue file parser and tokenizer library",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)