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",
"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",

View File

@ -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",

View File

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

View File

@ -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