Skip to content

Commit

Permalink
1.5.0-alpha.2 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore authored Jun 17, 2024
1 parent fccb199 commit 2415e8d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Fixed

### Changed

### Removed

### Security

### Deprecated

## [1.5.0-alpha.2] - [2024-06-16]

### Added

- [#255] Added support for passing context information along with preview target groups.

### Fixed
Expand All @@ -24,12 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#269] ReactiveValues now invalidate only after their dependencies finish computation
- [#258] The `WhatChanged` and `Reads` flags on `IRenderFilter` are now of an enum type `RenderAspects`

### Removed

### Security

### Deprecated

## [1.5.0-alpha.1] - [2024-06-06]

### Changed (since alpha.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nadena.dev.ndmf",
"displayName": "Non-Destructive Modular Framework",
"version": "1.5.0-alpha.1",
"version": "1.5.0-alpha.2",
"unity": "2022.3",
"description": "A framework for building non-destructive plugins for VRChat Avatar 3.0",
"vrchatVersion": "2022.1.1",
Expand Down

0 comments on commit 2415e8d

Please sign in to comment.