Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](v1.10.0...v1.11.0) (2023-11-25)

### Bug Fixes

* update nav, edit button and css path ([a3d312d](a3d312d))

### Features

* upgrade dependencies for latest features and fixes ([d9647cb](d9647cb))
  • Loading branch information
semantic-release-bot committed Nov 25, 2023
1 parent d9647cb commit f66b0b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.11.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.10.0...v1.11.0) (2023-11-25)


### Bug Fixes

* update nav, edit button and css path ([a3d312d](https://github.com/CoCreate-app/CoCreate-selection/commit/a3d312d6f4dfaff8a42d99aef757f1d6bc10a653))


### Features

* upgrade dependencies for latest features and fixes ([d9647cb](https://github.com/CoCreate-app/CoCreate-selection/commit/d9647cb72f79b5fc2326b73fd33c63b50e0fa739))

# [1.10.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.9.9...v1.10.0) (2023-11-19)


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.10.0",
"version": "1.11.0",
"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.28.0"
}
}
}

0 comments on commit f66b0b0

Please sign in to comment.