diff --git a/package-lock.json b/package-lock.json index de61d59..172b8ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "connector-mobilizon", - "version": "0.11.2", + "version": "0.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "connector-mobilizon", - "version": "0.11.2", + "version": "0.11.3", "license": "Apache-2.0", "dependencies": { "graphql": "16.7.1", diff --git a/package.json b/package.json index dff5415..ea747c1 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "connector-mobilizon", - "version": "0.11.2", + "version": "0.11.3", "description": "Display Mobilizon events in WordPress.", "private": true, "type": "module", "scripts": { "build-dev": "webpack --mode=development && gulp inject", - "build-prod": "ava && webpack --mode=production && gulp inject", + "build-prod": "rimraf -- build && ava && webpack --mode=production && gulp inject", "clean": "rimraf -- build", "coverage": "c8 --all --reporter=html --reporter=text --include=source/**/*.js ava", "eslint": "npx eslint source/**/*.js", diff --git a/source/changelog.txt b/source/changelog.txt index 64f1650..4ab40d5 100644 --- a/source/changelog.txt +++ b/source/changelog.txt @@ -6,6 +6,10 @@ #### Fixed #### Security +### [0.11.3] +#### Fixed +- Clean up distributed files + ### [0.11.2] #### Changed - Update dependencies diff --git a/source/readme.txt b/source/readme.txt index 6f9f6a9..f41290d 100644 --- a/source/readme.txt +++ b/source/readme.txt @@ -41,6 +41,10 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of ## Changelog +### [0.11.3] +#### Fixed +- Clean up distributed files + ### [0.11.2] #### Changed - Update dependencies