Skip to content

Commit

Permalink
fix: bump cdn to 1.39.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and frankpagan committed Jan 2, 2023
1 parent e24a1c8 commit d295b29
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.110](https://github.com/CoCreate-app/CoCreate-search/compare/v1.1.109...v1.1.110) (2023-01-01)


### Bug Fixes

* docs sanbox overflow ([e24a1c8](https://github.com/CoCreate-app/CoCreate-search/commit/e24a1c8c85080f90d09f4fa62627a553d81edc1d))

## [1.1.109](https://github.com/CoCreate-app/CoCreate-search/compare/v1.1.108...v1.1.109) (2022-12-31)


Expand Down
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/search",
"version": "1.1.109",
"version": "1.1.110",
"description": "A simple search component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"search",
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-search/issues" },
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-search/issues"
},
"homepage": "https://cocreate.app/docs/search",
"funding": {
"type": "GitHub Sponsors ❤",
Expand All @@ -55,5 +59,7 @@
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.1"
},
"dependencies": { "@cocreate/docs": "^1.5.2" }
"dependencies": {
"@cocreate/docs": "^1.5.2"
}
}

0 comments on commit d295b29

Please sign in to comment.