Skip to content

Commit

Permalink
Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Dec 2, 2021
1 parent 0512010 commit 4b4c7cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## [0.1.5](https://github.com/dbmdz/mirador-imagecropper/releases/tag/0.1.5) - 2021-12-02

### Changed

- Label of size value of the cropped image moved from slider-bubble to legend
- Action buttons now wrap on small display sizes
- Fix positioning for dialog-opener button

## [0.1.4](https://github.com/dbmdz/mirador-imagecropper/releases/tag/0.1.4) - 2021-11-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion 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-imagecropper",
"version": "0.1.4",
"version": "0.1.5",
"description": "Mirador 3 plugin to retrieve the image url for the selected area",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 4b4c7cc

Please sign in to comment.