diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f7da0..05b7a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.21](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.20...v1.6.21) (2022-12-12) + + +### Bug Fixes + +* bump dependencies ([2f10132](https://github.com/CoCreate-app/CoCreate-select/commit/2f10132cfd7ce01e65a996981240a3f92ae10dbc)) + ## [1.6.20](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.19...v1.6.20) (2022-12-11) diff --git a/package.json b/package.json index a39d18d..affa6f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/select", - "version": "1.6.20", + "version": "1.6.21", "description": "A simple select component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", "keywords": [ "select", @@ -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", @@ -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 ❤",