Skip to content

Commit

Permalink
chore(release): 1.1.16 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.16](v1.1.15...v1.1.16) (2022-11-22)

### Bug Fixes

* apply src: {{source}} to CoCreate.config ([580028c](580028c))
* workflow docs ([e6f93fc](e6f93fc))
  • Loading branch information
semantic-release-bot committed Nov 22, 2022
1 parent e6f93fc commit 523b6d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.16](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.1.15...v1.1.16) (2022-11-22)


### Bug Fixes

* apply src: {{source}} to CoCreate.config ([580028c](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/580028c5d3c35b47cab3525b7d4f2646caef0096))
* workflow docs ([e6f93fc](https://github.com/CoCreate-app/CoCreate-lazy-loader/commit/e6f93fc2de267b649a350611b01d0c2a5975eb7c))

## [1.1.15](https://github.com/CoCreate-app/CoCreate-lazy-loader/compare/v1.1.14...v1.1.15) (2022-11-21)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/lazy-loader",
"version": "1.1.15",
"version": "1.1.16",
"description": "A simple lazy-loader component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"lazy-loader",
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 Down

0 comments on commit 523b6d6

Please sign in to comment.