Skip to content

Commit 4b431e9

Browse files
committed
Update package version to 1.0.0
1 parent 64ed6a8 commit 4b431e9

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.0] - 2021/03/21
9+
10+
## Added
11+
12+
### Surface
13+
14+
- Decal
15+
- DetailTexture
16+
- Diffuse
17+
- LinearFog
18+
- NormalExtrusion
19+
- Ramp
20+
- RimLighting
21+
- SingleColor
22+
- Sliced
23+
- SpecularSimple
24+
- WorldReflection
25+
- WrappedDiffuse
26+
27+
### Lit
28+
29+
- Diffuse
30+
- DiffuseSimple
31+
- DiffuseWithShadows
32+
- ShadowCasting
33+
34+
### Unlit
35+
36+
- Checkerboard
37+
- ShadowsOnly
38+
- SimpleTexture
39+
- SingleColor
40+
- SkyReflection
41+
- SkyReflectionPerPixel
42+
- Triplanar
43+
- WorldSpaceNormals
44+
45+
### Default
46+
47+
- Compute
48+
- ImageEffect
49+
- RayTracing
50+
- Surface
51+
- Unlit
52+
53+
### Include
54+
55+
- Dither
56+
- Encode
57+
- Jitter
58+
- Pi

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