Skip to content

Commit

Permalink
chore(release): 1.6.25 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.25](v1.6.24...v1.6.25) (2022-12-20)

### Bug Fixes

* bump dependencies ([0e8c8f9](0e8c8f9))
  • Loading branch information
semantic-release-bot committed Dec 20, 2022
1 parent 0e8c8f9 commit 8edf7ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.24",
"version": "1.6.25",
"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 8edf7ac

Please sign in to comment.