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",