From dbdb4fc9737b44150a3931922e874c282dae4991 Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Sat, 8 Apr 2023 13:59:03 +1000 Subject: [PATCH] update package*.json and CHANGELOG for v1.0.1 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0ee2ee..d9fcbf48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.1 + - Translation improvements. + - Add a link to board in mod view e.g. /test/ on globalmanage recent posts to give some context. + ### 1.0.0 Version 1.0.0 is here. jschan is stable and mature enough and has been for a while. There's no need to go to version 0.9999.9999 and I am comfortable enough to call it "Version 1". Of course, that doesn't mean jschan is perfect or finished by any means. I want to keep improving jschan and there are plenty of new features and changes planned for versions 2, 3, and beyond. diff --git a/package-lock.json b/package-lock.json index e7ed3f4e..4f0cd61f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jschan", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jschan", - "version": "1.0.0", + "version": "1.0.1", "license": "AGPL-3.0-only", "dependencies": { "@fatchan/express-fileupload": "^1.4.2", diff --git a/package.json b/package.json index 7432e196..52f16da5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jschan", - "version": "1.0.0", + "version": "1.0.1", "migrateVersion": "1.0.0", "description": "", "main": "server.js",