Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#27)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.1.0](v1.0.0...v1.1.0)
(2024-01-10)


### Features

* support navigating with left analog
([#26](#26))
([25bf25f](25bf25f))
* support navigation with d-pad only
([#30](#30))
([d210141](d210141))


### Bug Fixes

* <select> always remembers selected state
([#32](#32))
([b766433](b766433))
* grid
([#28](#28))
([9403c19](9403c19))
* opening user menu with Enter
([#29](#29))
([656b1b7](656b1b7))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
eh-am authored Jan 10, 2024
1 parent b766433 commit 9b44122
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.1.0](https://github.com/eh-am/fightcade-gamepad-navigation/compare/v1.0.0...v1.1.0) (2024-01-10)


### Features

* support navigating with left analog ([#26](https://github.com/eh-am/fightcade-gamepad-navigation/issues/26)) ([25bf25f](https://github.com/eh-am/fightcade-gamepad-navigation/commit/25bf25fd81deace9d573b8c7626194c357e6110d))
* support navigation with d-pad only ([#30](https://github.com/eh-am/fightcade-gamepad-navigation/issues/30)) ([d210141](https://github.com/eh-am/fightcade-gamepad-navigation/commit/d210141c38043e54d4ae7eb95d882ec8deebd53e))


### Bug Fixes

* <select> always remembers selected state ([#32](https://github.com/eh-am/fightcade-gamepad-navigation/issues/32)) ([b766433](https://github.com/eh-am/fightcade-gamepad-navigation/commit/b766433d24563e0d9324bd09bcd2cc68635d6d01))
* grid ([#28](https://github.com/eh-am/fightcade-gamepad-navigation/issues/28)) ([9403c19](https://github.com/eh-am/fightcade-gamepad-navigation/commit/9403c19261bf03c90c066e255a6bffa791666dd3))
* opening user menu with Enter ([#29](https://github.com/eh-am/fightcade-gamepad-navigation/issues/29)) ([656b1b7](https://github.com/eh-am/fightcade-gamepad-navigation/commit/656b1b7885a8b5ac42632c6c4aea563d38cd63f9))

## 1.0.0 (2024-01-01)


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": "fightcade-gamepad-navigation",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9b44122

Please sign in to comment.