Browse Source

Merge branch 'production' into master

pull/699/head
Philip H 1 year ago
committed by GitHub
parent
commit
c772427d4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/deploy-development.yml
  2. 3
      docs/changelog.json
  3. 2
      src/package.json

2
.github/workflows/deploy-development.yml

@ -33,4 +33,4 @@ jobs:
with: with:
push: true push: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
tags: ghcr.io/wg-easy/wg-easy:development tags: ghcr.io/wg-easy/wg-easy:development

3
docs/changelog.json

@ -7,7 +7,6 @@
"6": "Many small performance improvements & bug fixes. Enjoy!", "6": "Many small performance improvements & bug fixes. Enjoy!",
"7": "Improved the look & performance of the upload/download chart.", "7": "Improved the look & performance of the upload/download chart.",
"8": "Updated to Node.js v18.", "8": "Updated to Node.js v18.",
"8": "Updated to Node.js v18.",
"9": "Fixed issue running on devices with older kernels.", "9": "Fixed issue running on devices with older kernels.",
"10": "Added sessionless HTTP API auth & automatic dark mode." "10": "Added sessionless HTTP API auth & automatic dark mode."
} }

2
src/package.json

@ -32,4 +32,4 @@
"engines": { "engines": {
"node": "18" "node": "18"
} }
} }
Loading…
Cancel
Save