release version 0.11.3
This commit is contained in:
parent
238fdcf261
commit
4fd516bcf8
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
#### Fixed
|
||||
#### Security
|
||||
|
||||
### [0.11.3]
|
||||
#### Fixed
|
||||
- Clean up distributed files
|
||||
|
||||
### [0.11.2]
|
||||
#### Changed
|
||||
- Update dependencies
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue