Skip to content

Commit 8709669

Browse files
committed
Update changelog
1 parent 24422c0 commit 8709669

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog for versions
44

5+
## [1.3.0](https://github.com/IrishBruse/LDtkMonogame/compare/v1.2.0...v1.3.0)
6+
7+
- Improve errors when invalid flags are set
8+
- Rename **LDtkRenderer** to **ExampleRenderer** to avoid confusion
9+
- Fix layer opacity in Example Renderer
10+
511
## [1.2.0](https://github.com/IrishBruse/LDtkMonogame/compare/v1.1.2...v1.2.0)
612

713
- Upgrade Json to 1.5.4

publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$version="1.2.0"
1+
$version="1.3.0"
22

33
dotnet pack ./LDtk/LDtk.csproj -c Release -o ./Nuget/ /p:version=$version
44
dotnet pack ./LDtk.Codegen/LDtk.Codegen.csproj -c Release -o ./Nuget/ /p:version=$version

0 commit comments

Comments
 (0)