From 037560d2bc4dfde0b5a46627c6cfbb4feeb7d3c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Dec 2022 15:36:24 +0000 Subject: [PATCH] chore(release): 1.6.19 [skip ci] ## [1.6.19](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.18...v1.6.19) (2022-12-09) ### Bug Fixes * bump dependencies ([ed23e69](https://github.com/CoCreate-app/CoCreate-select/commit/ed23e69a847f0786044d831547a733a3d2114c1a)) --- CHANGELOG.md | 7 +++++++ package.json | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b021e..83ca1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.19](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.18...v1.6.19) (2022-12-09) + + +### Bug Fixes + +* bump dependencies ([ed23e69](https://github.com/CoCreate-app/CoCreate-select/commit/ed23e69a847f0786044d831547a733a3d2114c1a)) + ## [1.6.18](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.17...v1.6.18) (2022-12-08) diff --git a/package.json b/package.json index 192a368..c155e5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/select", - "version": "1.6.18", + "version": "1.6.19", "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 ❤",