Skip to content

Commit

Permalink
chore(release): 1.6.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.9](v1.6.8...v1.6.9) (2022-11-25)

### Bug Fixes

* bump dependencies ([6e1b1fd](6e1b1fd))
* CoCreate.crud.default removed bug causing default object ([09ab92d](09ab92d))
  • Loading branch information
semantic-release-bot committed Nov 25, 2022
1 parent 6e1b1fd commit 1e4f0c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 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.9](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.8...v1.6.9) (2022-11-25)


### Bug Fixes

* bump dependencies ([6e1b1fd](https://github.com/CoCreate-app/CoCreate-select/commit/6e1b1fd25b4b586a425afb423cbe73ab4580f506))
* CoCreate.crud.default removed bug causing default object ([09ab92d](https://github.com/CoCreate-app/CoCreate-select/commit/09ab92df33d43434b42e5d4b6aa7f5ba341811a0))

## [1.6.8](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.7...v1.6.8) (2022-11-24)


Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/select",
"version": "1.6.8",
"version": "1.6.9",
"description": "A simple select component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"select",
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 @@ -34,7 +36,9 @@
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-select/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-select/issues"
},
"homepage": "https://cocreate.app/docs/select",
"funding": {
"type": "GitHub Sponsors ❤",
Expand Down

0 comments on commit 1e4f0c7

Please sign in to comment.