# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.1.1] - 2023-09-24

### Changed
- Misc changes to `package.json`

## [v1.1.0] - 20023-07-03

### Changed
- Update to node 20
- Update GH Action to publish to npm
- Update npm scripts for versioning and lockss

## [v1.0.10] - 2023-06-11

### Added
- `@shgysk8zer0/js-utils` and a CommonJS bundle for `require()`

### Removed
- `eslint`

### Fixed
- Update GitHub Release Action with correct permissions

## [v1.0.9] - 2023-03-22

### Changed
- Update to node v18.13.0

### Removed
- No more `consts.js` or `funcs.js`... Just one script

## [v1.0.8] - 2022-02-08

### Added
- Re-add SuperLinter using "slim" version
- Uncomment Super Linter badge in README

### Fixed
- Fix typo in Git subomdule URL
- Use file path consistently for `import` statements

## [v1.0.7] 2022-02-02

### Added
- "Installation" instructions for use from CDN

### Changed
- Update `homepage` in `package.json`

## [v1.0.6] 2022-02-02

### Added
- npm badges
- Table of options in README

## [v1.0.5] 2022-02-02

### Added
- Add optional `delay`, defaulting to 1,000 ms

### Changed:
- Use Konami img from GH Pages

## [v1.0.4] 2022-02-02

### Added
- Add npm instructions to README
- Add instructions for use on unpkg.com

## [1.0.3] - 2022-02-02

### Added
- Create `.npmignore` file
- Add GitHub workflow to automate publishing

## [1.0.2] - 2022-02-02

### Changed
- Set `"private": false` in `package.json`

## [1.0.1] - 2022-02-02

### Changed
- Rename in `package.json` from `"konami"` to `"@shgysk8zer0/konami"`

### Added
- Add link to CHANGELOG in README

### Fixed
- Fix link to issues page

## [1.0.0] - 2022-02-02
Initial commits & push
