Skip to content

Commit

Permalink
chore(release): 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](v1.4.1...v1.4.2) (2023-01-10)

### Bug Fixes

* bump dependencies ([090d51f](090d51f))
  • Loading branch information
semantic-release-bot committed Jan 10, 2023
1 parent 090d51f commit 50493ff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.2](/~https://github.com/CoCreate-app/CoCreate-kanban/compare/v1.4.1...v1.4.2) (2023-01-10)


### Bug Fixes

* bump dependencies ([090d51f](/~https://github.com/CoCreate-app/CoCreate-kanban/commit/090d51fdf6683dfefebc9128d7a4ae919eca37ac))

## [1.4.1](/~https://github.com/CoCreate-app/CoCreate-kanban/compare/v1.4.0...v1.4.1) (2023-01-09)


Expand Down
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/kanban",
"version": "1.4.1",
"version": "1.4.2",
"description": "A simple kanban component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"kanban",
Expand All @@ -20,7 +20,9 @@
"html5-framework",
"javascript-framework"
],
"publishConfig": { "access": "public" },
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
Expand All @@ -33,7 +35,9 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": { "url": "/~https://github.com/CoCreate-app/CoCreate-kanban/issues" },
"bugs": {
"url": "/~https://github.com/CoCreate-app/CoCreate-kanban/issues"
},
"homepage": "https://cocreate.app/docs/kanban",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -53,5 +57,7 @@
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
},
"dependencies": { "@cocreate/docs": "^1.5.6" }
"dependencies": {
"@cocreate/docs": "^1.5.6"
}
}

0 comments on commit 50493ff

Please sign in to comment.