Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 28, 2022
1 parent 8f6555b commit 63b789b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.3.0](https://github.com/dimensionalpocket/game-input-js/compare/0.2.0...0.3.0) (2022-08-28)


### Features

* replace Counter with Timer ([#127](https://github.com/dimensionalpocket/game-input-js/issues/127)) ([f5d8fac](https://github.com/dimensionalpocket/game-input-js/commit/f5d8facfa52dcad7043db00325a79d9369f83ec2))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dimensionalpocket/game-input",
"version": "0.2.0",
"version": "0.3.0",
"description": "Input handler and normalizer for Javascript games",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.2.0' /* x-release-please-version */
export const VERSION = '0.3.0' /* x-release-please-version */

0 comments on commit 63b789b

Please sign in to comment.