Skip to content

Commit 2451f38

Browse files
committed
Update package version to 1.1.0
1 parent 4a95f33 commit 2451f38

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.0] - 2021/06/30
9+
10+
### Added
11+
12+
- Surface/Checkerboard
13+
- Surface/Cubemap
14+
15+
### Removed
16+
17+
- Default/Compute
18+
- Default/RayTracing
19+
- Lit/Diffuse
20+
- Lit/DiffuseSimple
21+
- Lit/DiffuseWithShadows
22+
23+
### Changed
24+
25+
- Color properties added to Unlit/Checkerboard
26+
- Color property removed from Unlit/ShadowsOnly
27+
828
## [1.0.1] - 2021/04/13
929

1030
### Changed

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.0.1",
3+
"version": "1.1.0",
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)