Skip to content

Commit 34a0c89

Browse files
committed
Update package version to 1.1.1
1 parent f889c8c commit 34a0c89

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.1] - 2021/06/30
9+
10+
### Changed
11+
12+
- Updated available shaders in README
13+
- Added new package keywords
14+
815
## [1.1.0] - 2021/06/30
916

1017
### Added
@@ -22,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2229

2330
### Changed
2431

32+
- Default shaders set as hidden
2533
- Color properties added to Unlit/Checkerboard
2634
- Color property removed from Unlit/ShadowsOnly
2735

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.shaders.standard",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"displayName": "Zigurous Standard Shaders",
55
"description": "The Standard Shaders package contains general-purpose shaders for Unity projects including surface, lit, and unlit shaders.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)