Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#131)
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] committed Sep 4, 2022
1 parent 5ca69bb commit fc89c7b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.4.0](https://github.com/dimensionalpocket/game-input-js/compare/0.3.0...0.4.0) (2022-09-04)


### Features

* **InputSequence:** Added #resetOnFlip ([5ca69bb](https://github.com/dimensionalpocket/game-input-js/commit/5ca69bb9d9db00b9bd3783aa5679a77db052e821))
* **InputSequenceStep:** Added #configure ([5ca69bb](https://github.com/dimensionalpocket/game-input-js/commit/5ca69bb9d9db00b9bd3783aa5679a77db052e821))
* **InputSequenceStep:** Tweaked defaults to more realistic values ([5ca69bb](https://github.com/dimensionalpocket/game-input-js/commit/5ca69bb9d9db00b9bd3783aa5679a77db052e821))
* Neutral dir no longer ignored in sequences ([#130](https://github.com/dimensionalpocket/game-input-js/issues/130)) ([5ca69bb](https://github.com/dimensionalpocket/game-input-js/commit/5ca69bb9d9db00b9bd3783aa5679a77db052e821))

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


Expand Down
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.3.0",
"version": "0.4.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.3.0' /* x-release-please-version */
export const VERSION = '0.4.0' /* x-release-please-version */

0 comments on commit fc89c7b

Please sign in to comment.