Skip to content

Commit

Permalink
chore(release): 1.9.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.7](v1.9.6...v1.9.7) (2023-11-03)

### Bug Fixes

* favicon.ico path ([948681b](948681b))
* update dependencies to the lates versions ([6cb3e04](6cb3e04))
  • Loading branch information
semantic-release-bot committed Nov 3, 2023
1 parent 6cb3e04 commit 490e7c9
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.9.7](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.6...v1.9.7) (2023-11-03)


### Bug Fixes

* favicon.ico path ([948681b](https://github.com/CoCreate-app/CoCreate-selection/commit/948681b0b58c17d9408223d7a2e1f0e048a98143))
* update dependencies to the lates versions ([6cb3e04](https://github.com/CoCreate-app/CoCreate-selection/commit/6cb3e046c2a795302a1defafd4ee47e92a0b5c55))

## [1.9.6](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.5...v1.9.6) (2023-10-25)


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/selection",
"version": "1.9.6",
"version": "1.9.7",
"description": "A simple selection component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"selection",
Expand Down Expand Up @@ -60,4 +60,4 @@
"dependencies": {
"@cocreate/utils": "^1.26.2"
}
}
}

0 comments on commit 490e7c9

Please sign in to comment.