diff --git a/com.unity.shadergraph/CHANGELOG.md b/com.unity.shadergraph/CHANGELOG.md index be6d579dab4..9d88378c031 100644 --- a/com.unity.shadergraph/CHANGELOG.md +++ b/com.unity.shadergraph/CHANGELOG.md @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Updated the functions in the `Normal From Height` node to avoid NaN outputs. - Changed the Voronoi Node algorithm to increase the useful range of the input values and to always use float values internally to avoid clipping. - Changed the `Reference Suffix` of Keyword Enum entries so that you cannot edit them, which ensures that material keywords compile properly. +- Updated the dependent version of `Searcher` to 4.2.0. - Added support for `Linear Blend Skinning` Node to Universal Render Pipeline. ### Fixed diff --git a/com.unity.shadergraph/package.json b/com.unity.shadergraph/package.json index 3ee35acc5a4..0d002d421c6 100644 --- a/com.unity.shadergraph/package.json +++ b/com.unity.shadergraph/package.json @@ -7,7 +7,7 @@ "displayName": "Shader Graph", "dependencies": { "com.unity.render-pipelines.core": "9.0.0-preview.28", - "com.unity.searcher": "4.0.9" + "com.unity.searcher": "4.2.0" }, "samples": [ {