Compare commits

..

1 Commits

Author SHA1 Message Date
Louis Lam
ef904444e4 Revert "Update Docker Dompose plugin to 2.23.3 (#303)"
This reverts commit 6a3eebfd57.
2023-12-17 06:13:34 +08:00
2 changed files with 3 additions and 7 deletions

View File

@@ -1,10 +1,6 @@
// Generate on GitHub
const input = `
* Fixed envsubst issue by @louislam in https://github.com/louislam/dockge/pull/301
* Fix: Only adding folders to stack with a compose file. by @Ozy-Viking in https://github.com/louislam/dockge/pull/299
* Terminal text cols adjusts to terminal container. by @Ozy-Viking in https://github.com/louislam/dockge/pull/285
* Update Docker Dompose plugin to 2.23.3 by @louislam in https://github.com/louislam/dockge/pull/303
* Translations update from Kuma Weblate by @UptimeKumaBot in https://github.com/louislam/dockge/pull/302
* Add Korean translation by @Alanimdeo in https://github.com/louislam/dockge/pull/86
`;
const template = `
@@ -29,7 +25,7 @@ const template = `
### Others
- Other small changes, code refactoring and comment/doc updates in this repo:
-
-
Please let me know if your username is missing, if your pull request has been merged in this version, or your commit has been included in one of the pull requests.
`;

View File

@@ -1,6 +1,6 @@
{
"name": "dockge",
"version": "1.3.5",
"version": "1.3.4",
"type": "module",
"engines": {
"node": ">= 18.0.0 && <= 18.17.1"