update package*.json and CHANGELOG for v1.0.1

merge-requests/341/head
Thomas Lynch 1 year ago
parent b221f5c56b
commit dbdb4fc973
  1. 4
      CHANGELOG.md
  2. 4
      package-lock.json
  3. 2
      package.json

@ -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.

4
package-lock.json generated

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

@ -1,6 +1,6 @@
{
"name": "jschan",
"version": "1.0.0",
"version": "1.0.1",
"migrateVersion": "1.0.0",
"description": "",
"main": "server.js",

Loading…
Cancel
Save