Skip to content

Commit

Permalink
chore(release): 1.2.0 🎉 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-03-10)

### Bug Fixes

* resolve deprecated initMouseEvent function ([3c7fd22](3c7fd22))
* use updated dependencies (font-awesome, jquery) ([9039eae](9039eae))

### Features

* added ability to show metadata text ([2a7f792](2a7f792)), closes [#6](#6)
  • Loading branch information
semantic-release-bot committed Mar 10, 2024
1 parent b67a195 commit 7649073
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/AntoninoBonanno/DragDropAnnotate/compare/v1.1.0...v1.2.0) (2024-03-10)


### Bug Fixes

* resolve deprecated initMouseEvent function ([3c7fd22](https://github.com/AntoninoBonanno/DragDropAnnotate/commit/3c7fd225b8934695cf0f878dfc88e73d2fea20a4))
* use updated dependencies (font-awesome, jquery) ([9039eae](https://github.com/AntoninoBonanno/DragDropAnnotate/commit/9039eaea669742e4bee5b7b395ca4dafa2b1b54e))


### Features

* added ability to show metadata text ([2a7f792](https://github.com/AntoninoBonanno/DragDropAnnotate/commit/2a7f7927be0a6ebb040afb5261baa0e2aa563516)), closes [#6](https://github.com/AntoninoBonanno/DragDropAnnotate/issues/6)

# [1.1.0](https://github.com/AntoninoBonanno/DragDropAnnotate/compare/v1.0.0...v1.1.0) (2021-03-03)

### Features
Expand All @@ -15,5 +28,3 @@
* Popup window showing descriptions and tools of the annotation.
* Custom annotation styles.
* Allows to move and rotate the annotaion with mouse.


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": "drag-drop-annotate",
"version": "1.1.0",
"version": "1.2.0",
"description": "jQuery plugin to annotate images easily with drag and drop.",
"license": "LGPL-3.0-or-later",
"author": {
Expand Down

0 comments on commit 7649073

Please sign in to comment.