Skip to content

Commit 328740b

Browse files
committed
Added changelog meta
1 parent 9a562a5 commit 328740b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

8+
## [1.0.5] - 2022-02-08
9+
10+
### Fixed
11+
12+
- Fixed the error `Asset Packages/com.dartcore.utilities/CHANGELOG.md has no meta file, but it's in an immutable folder. The asset will be ignored.`
13+
714
## [1.0.4] - 2022-01-11
815

916
### Added
10-
- Added `MathUtilities.GetRandomItem()` method to choose a random item from the given array or list.
17+
18+
- Added `MathUtilities.GetRandomItem()` method to choose a random item from the given array or list.

CHANGELOG.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.dartcore.utilities",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"displayName": "DartCore Utilities",
55
"description": "This package contains methods to handle commonly required stuff.",
66
"unity": "2018.1",

0 commit comments

Comments
 (0)