Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishBruse committed May 24, 2024
1 parent 24422c0 commit 8709669
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Changelog for versions

## [1.3.0](https://github.com/IrishBruse/LDtkMonogame/compare/v1.2.0...v1.3.0)

- Improve errors when invalid flags are set
- Rename **LDtkRenderer** to **ExampleRenderer** to avoid confusion
- Fix layer opacity in Example Renderer

## [1.2.0](https://github.com/IrishBruse/LDtkMonogame/compare/v1.1.2...v1.2.0)

- Upgrade Json to 1.5.4
Expand Down
2 changes: 1 addition & 1 deletion publish.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version="1.2.0"
$version="1.3.0"

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

0 comments on commit 8709669

Please sign in to comment.