From 80e885e85d711f8b362dd16113196ede093da4de Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 17 Dec 2023 06:21:24 +0800 Subject: [PATCH] Update to 1.3.5 --- extra/reformat-changelog.ts | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/extra/reformat-changelog.ts b/extra/reformat-changelog.ts index c04b38b..3bb7284 100644 --- a/extra/reformat-changelog.ts +++ b/extra/reformat-changelog.ts @@ -1,6 +1,10 @@ // Generate on GitHub const input = ` -* Add Korean translation by @Alanimdeo in https://github.com/louislam/dockge/pull/86 +* 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 `; const template = ` @@ -25,7 +29,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. `; diff --git a/package.json b/package.json index 5a7f6a3..1cd8923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dockge", - "version": "1.3.4", + "version": "1.3.5", "type": "module", "engines": { "node": ">= 18.0.0 && <= 18.17.1"