Skip to content

Commit

Permalink
chore(release): 1.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.2](v1.6.1...v1.6.2) (2023-09-18)

### Bug Fixes

*  Add path and pathname ([c892837](c892837))
* Update CoCreate depndencies to latest versions ([581ef7f](581ef7f))
  • Loading branch information
semantic-release-bot committed Sep 18, 2023
1 parent 581ef7f commit ee5d732
Show file tree
Hide file tree
Showing 2 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
@@ -1,3 +1,11 @@
## [1.6.2](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.6.1...v1.6.2) (2023-09-18)


### Bug Fixes

* Add path and pathname ([c892837](https://github.com/CoCreate-app/CoCreate-croppie/commit/c89283733ef784bfaf39a7e21fdc88ac5612b280))
* Update CoCreate depndencies to latest versions ([581ef7f](https://github.com/CoCreate-app/CoCreate-croppie/commit/581ef7f73f67bfc819f66ab2197d113699e195e9))

## [1.6.1](https://github.com/CoCreate-app/CoCreate-croppie/compare/v1.6.0...v1.6.1) (2023-08-21)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/croppie",
"version": "1.6.1",
"version": "1.6.2",
"description": "A simple croppie component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"croppie",
Expand Down Expand Up @@ -62,4 +62,4 @@
"@cocreate/crud-client": "^1.25.0",
"croppie": "^2.6.5"
}
}
}

0 comments on commit ee5d732

Please sign in to comment.