From 86dad03ca9369a2775909dc467136ab267ac0ab3 Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Sat, 18 Mar 2023 16:16:42 +0100 Subject: [PATCH] Update package vmt --- packages/vmt/CHANGELOG.md | 11 +++++++++++ packages/vmt/README.md | 8 ++++++++ packages/vmt/package.json | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 packages/vmt/CHANGELOG.md create mode 100644 packages/vmt/README.md diff --git a/packages/vmt/CHANGELOG.md b/packages/vmt/CHANGELOG.md new file mode 100644 index 0000000..3d90ef7 --- /dev/null +++ b/packages/vmt/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to sourcelib will be documented in this file. + +Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. + +The versions in this file adhere to [semantic versioning](https://semver.org/). + +## [0.3.0] + +- Export shader params diff --git a/packages/vmt/README.md b/packages/vmt/README.md new file mode 100644 index 0000000..a764605 --- /dev/null +++ b/packages/vmt/README.md @@ -0,0 +1,8 @@ +# @sourcelib/vmt + +Typescript library providing tools for Source Engine VMT (Material) files +## Installation + +```bash +npm install @sourcelib/vmt +``` diff --git a/packages/vmt/package.json b/packages/vmt/package.json index c354a44..1190292 100644 --- a/packages/vmt/package.json +++ b/packages/vmt/package.json @@ -1,6 +1,6 @@ { "name": "@sourcelib/vmt", - "version": "0.2.1", + "version": "0.3.0", "description": "Source Engine material tools", "main": "lib/main.js", "scripts": {