From 34a0c89b7621666081aaafefd0735a66664bca62 Mon Sep 17 00:00:00 2001 From: Adam Graham Date: Wed, 30 Jun 2021 07:56:16 -0500 Subject: [PATCH] Update package version to 1.1.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acc2a40..855d942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.1] - 2021/06/30 + +### Changed + +- Updated available shaders in README +- Added new package keywords + ## [1.1.0] - 2021/06/30 ### Added @@ -22,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Default shaders set as hidden - Color properties added to Unlit/Checkerboard - Color property removed from Unlit/ShadowsOnly diff --git a/package.json b/package.json index 438d648..1f31d1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.zigurous.shaders.standard", - "version": "1.1.0", + "version": "1.1.1", "displayName": "Zigurous Standard Shaders", "description": "The Standard Shaders package contains general-purpose shaders for Unity projects including surface, lit, and unlit shaders.", "unity": "2019.4",