Skip to content

Commit

Permalink
Update package version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Jun 30, 2021
1 parent 4a95f33 commit 2451f38
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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.0] - 2021/06/30

### Added

- Surface/Checkerboard
- Surface/Cubemap

### Removed

- Default/Compute
- Default/RayTracing
- Lit/Diffuse
- Lit/DiffuseSimple
- Lit/DiffuseWithShadows

### Changed

- Color properties added to Unlit/Checkerboard
- Color property removed from Unlit/ShadowsOnly

## [1.0.1] - 2021/04/13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.zigurous.shaders.standard",
"version": "1.0.1",
"version": "1.1.0",
"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",
Expand Down

0 comments on commit 2451f38

Please sign in to comment.