Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit d5455d7

Browse files
committed
Update package version to 1.0.1
1 parent 63b8aef commit d5455d7

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,19 @@ 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.0.0] - 2021/03/24
8+
## [1.0.1] - 2021/04/13
99

10-
### Added
10+
### Removed
11+
12+
- ConditionalShowAttribute
13+
- ConditionalHideAttribute
14+
15+
### Fixed
16+
17+
- Set Editor assembly to only compile for the Editor platform
18+
- Size and GridSize were not printing the correct info in ToString()
19+
20+
## [1.0.0] - 2021/03/24
1121

1222
### Added
1323

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.datastructures",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Zigurous Data Structures",
55
"description": "The Data Structures package contains common data structures, design patterns, and class extensions for Unity projects.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)