Skip to content

Commit b0be6ad

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-03-20) ### Features * create first version of fog of war ([6f618c9](6f618c9))
1 parent 6f618c9 commit b0be6ad

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.0.0 (2022-03-20)
2+
3+
4+
### Features
5+
6+
* create first version of fog of war ([6f618c9](https://github.com/OpenSourceUnityPackage/FogOfWar/commit/6f618c90a48debfd9cbdb2bf3236ffd56849c7f1))
7+
18
# Changelog
29
All notable changes to this project will be documented in this file.
310

@@ -39,4 +46,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3946
-
4047

4148
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD
42-
[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...v1.0.0
49+
[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...v1.0.0

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "open-source-unity-package.fog-of-war",
33
"displayName": "FogOfWar",
44
"description": "",
5-
"version": "0.0.0",
5+
"version": "1.0.0",
66
"unity": "2020.3",
77
"license": "MIT",
88
"repository": {
@@ -19,9 +19,9 @@
1919
],
2020
"samples": [
2121
{
22-
"displayName": "Demo",
23-
"description": "Demo",
24-
"path": "Samples~/Demo"
22+
"displayName": "Demo",
23+
"description": "Demo",
24+
"path": "Samples~/Demo"
2525
}
2626
],
2727
"release": {

0 commit comments

Comments
 (0)