Skip to content

Commit

Permalink
chore(release): 1.6.12 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.12](v1.6.11...v1.6.12) (2023-06-04)

### Bug Fixes

* replaced secert GITHUB_TOKEN with GITHUB ([0b40f06](0b40f06))
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([fc1f351](fc1f351))
  • Loading branch information
semantic-release-bot committed Jun 4, 2023
1 parent fc1f351 commit cd08908
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.12](https://github.com/CoCreate-app/CoCreate-kanban/compare/v1.6.11...v1.6.12) (2023-06-04)


### Bug Fixes

* replaced secert GITHUB_TOKEN with GITHUB ([0b40f06](https://github.com/CoCreate-app/CoCreate-kanban/commit/0b40f0600dcd37c8f22f23a2dbed4e895fd64d28))
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([fc1f351](https://github.com/CoCreate-app/CoCreate-kanban/commit/fc1f351c262d40a03cac26167c546c8d62846d0d))

## [1.6.11](https://github.com/CoCreate-app/CoCreate-kanban/compare/v1.6.10...v1.6.11) (2023-06-04)


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.6.11",
"version": "1.6.12",
"description": "A simple kanban component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"kanban",
Expand Down Expand Up @@ -59,4 +59,4 @@
"dependencies": {
"@cocreate/docs": "^1.7.15"
}
}
}

0 comments on commit cd08908

Please sign in to comment.