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

* pass attributes renamed to state ([7b5e6f5](7b5e6f5))
* update nav, edit button and css path ([df17dbd](df17dbd))

### Features

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


### Bug Fixes

* pass attributes renamed to state ([7b5e6f5](https://github.com/CoCreate-app/CoCreate-kanban/commit/7b5e6f53f51dc50a578ed54842fa25c31823ba86))
* update nav, edit button and css path ([df17dbd](https://github.com/CoCreate-app/CoCreate-kanban/commit/df17dbd4f34d542fced1248f951c64fa4c042312))


### Features

* upgrade dependencies for latest features and fixes ([4abe0f0](https://github.com/CoCreate-app/CoCreate-kanban/commit/4abe0f0d35a1daca2732706b13d686fb2e86672b))

# [1.10.0](https://github.com/CoCreate-app/CoCreate-kanban/compare/v1.9.4...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/kanban",
"version": "1.10.0",
"version": "1.11.0",
"description": "A simple kanban component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"kanban",
Expand Down Expand Up @@ -56,4 +56,4 @@
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
}
}
}

0 comments on commit b108981

Please sign in to comment.