From 8edf7ac401074587249bbd95c5135d9407f8f5bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 20 Dec 2022 16:02:47 +0000 Subject: [PATCH] chore(release): 1.6.25 [skip ci] ## [1.6.25](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.24...v1.6.25) (2022-12-20) ### Bug Fixes * bump dependencies ([0e8c8f9](https://github.com/CoCreate-app/CoCreate-select/commit/0e8c8f984b30ccf974eea8bc9eb8d913d25f2578)) --- CHANGELOG.md | 7 +++++++ package.json | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d5d5b..27fd9d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.25](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.24...v1.6.25) (2022-12-20) + + +### Bug Fixes + +* bump dependencies ([0e8c8f9](https://github.com/CoCreate-app/CoCreate-select/commit/0e8c8f984b30ccf974eea8bc9eb8d913d25f2578)) + ## [1.6.24](https://github.com/CoCreate-app/CoCreate-select/compare/v1.6.23...v1.6.24) (2022-12-15) diff --git a/package.json b/package.json index 710bd2e..5b9f2e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/select", - "version": "1.6.24", + "version": "1.6.25", "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 ❤",