release version 0.11.3

This commit is contained in:
Daniel Waxweiler 2023-07-25 22:25:55 +02:00
parent 238fdcf261
commit 4fd516bcf8
4 changed files with 12 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "0.11.2", "version": "0.11.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "0.11.2", "version": "0.11.3",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "16.7.1", "graphql": "16.7.1",

View File

@ -1,12 +1,12 @@
{ {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "0.11.2", "version": "0.11.3",
"description": "Display Mobilizon events in WordPress.", "description": "Display Mobilizon events in WordPress.",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"build-dev": "webpack --mode=development && gulp inject", "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", "clean": "rimraf -- build",
"coverage": "c8 --all --reporter=html --reporter=text --include=source/**/*.js ava", "coverage": "c8 --all --reporter=html --reporter=text --include=source/**/*.js ava",
"eslint": "npx eslint source/**/*.js", "eslint": "npx eslint source/**/*.js",

View File

@ -6,6 +6,10 @@
#### Fixed #### Fixed
#### Security #### Security
### [0.11.3]
#### Fixed
- Clean up distributed files
### [0.11.2] ### [0.11.2]
#### Changed #### Changed
- Update dependencies - Update dependencies

View File

@ -41,6 +41,10 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
## Changelog ## Changelog
### [0.11.3]
#### Fixed
- Clean up distributed files
### [0.11.2] ### [0.11.2]
#### Changed #### Changed
- Update dependencies - Update dependencies