From 3eccfc290c8cc89c82f3bad34d53017e859b85c2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Dec 2022 10:46:05 +0000 Subject: [PATCH] chore(release): 1.6.20 [skip ci] ## [1.6.20](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.19...v1.6.20) (2022-12-11) ### Bug Fixes * bump dependencies ([c93568a](https://github.com/CoCreate-app/CoCreate-select/commit/c93568a3f008f5b763be0c906cba99ed14361165)) --- CHANGELOG.md | 7 +++++++ package.json | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ca1fb..f5f7da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.20](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.19...v1.6.20) (2022-12-11) + + +### Bug Fixes + +* bump dependencies ([c93568a](https://github.com/CoCreate-app/CoCreate-select/commit/c93568a3f008f5b763be0c906cba99ed14361165)) + ## [1.6.19](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.18...v1.6.19) (2022-12-09) diff --git a/package.json b/package.json index 92d994a..5cdb7b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/select", - "version": "1.6.19", + "version": "1.6.20", "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 ❤",