Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](1.4.1...1.5.0) (2022-10-25)

### Features

* Add CI configuration ([cbaa4b0](cbaa4b0))
  • Loading branch information
semantic-release-bot committed Oct 25, 2022
1 parent 119c02e commit 1528fef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.5.0](https://github.com/mygamedevtools/fps-counter/compare/1.4.1...1.5.0) (2022-10-25)


### Features

* Add CI configuration ([cbaa4b0](https://github.com/mygamedevtools/fps-counter/commit/cbaa4b08757eb0b8ee64c464653086ea14fcc73d))

## [1.4.1] - 2022-10-24
- Added: OpenUPM documentation.

Expand Down Expand Up @@ -27,4 +34,4 @@
[1.2.1]: https://github.com/mygamedevtools/fps-counter/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/mygamedevtools/fps-counter/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/mygamedevtools/fps-counter/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/mygamedevtools/fps-counter/compare/330cde1...1.0.0
[1.0.0]: https://github.com/mygamedevtools/fps-counter/compare/330cde1...1.0.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.mygamedevtools.fps-counter",
"version": "1.4.1",
"version": "1.5.0",
"displayName": "FPS Counter",
"description": "A lightweight FPS Counter. Tracks average, minimum and maximum frames per second of the application.",
"unity": "2018.4",
Expand All @@ -17,4 +17,4 @@
"com.unity.ugui": "1.0.0"
},
"type": "tool"
}
}

0 comments on commit 1528fef

Please sign in to comment.