Skip to content

Commit bed7b1f

Browse files
Bump package version
1 parent 1df37e2 commit bed7b1f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
89
## [Unreleased]
910

11+
## [0.1.0-beta.3]
12+
1013
### Added
1114

1215
- Add `GetParentTags` and `GetChildTags` to `IGameplayTagContainer`.
@@ -16,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1619
- Fixed `GameplayTagContainerUtility.HasAll{Exact}` logic.
1720
- Fixed a bug in `GameplayTagContainer.FillImplicitTags`: Corrected the index check to use the last element in the list properly.
1821

19-
## [0.0.1-beta.2] - 2023-06-06
22+
## [0.1.0-beta.2] - 2023-06-06
2023

2124
### Added
2225

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.bandoware.gameplaytags",
3-
"version": "0.1.0-beta.2",
3+
"version": "0.1.0-beta.3",
44
"displayName": "Gameplay Tags",
55
"description": "A package to manage gameplay tags for your game.",
66
"unity": "2020.3",

0 commit comments

Comments
 (0)