Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Apr 17, 2023
1 parent b1bffc9 commit 79f266f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@ 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]

## [0.1.1](https://github.com/dbmdz/mirador-keyboardshortcuts/releases/tag/0.1.1) - 2023-04-17

### Fixed

- Added missing call to `evt.preventDefault`

## [0.1.0](https://github.com/dbmdz/mirador-keyboardshortcuts/releases/tag/0.1.0) - 2023-04-17

This was the initial version.
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": "mirador-keyboardshortcuts",
"version": "0.1.0",
"version": "0.1.1",
"description": "Mirador 3 plugin to add keyboard shortcuts",
"keywords": [
"iiif",
Expand Down

0 comments on commit 79f266f

Please sign in to comment.