diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca44ef8..91587957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,20 @@ * fix archive-single-item problem * add header/footer search stop condition * update languages (`id`, `it`, `pt-br`, `pt-pt`) -* add `@babel/core` 7.10.5 -* add `@babel/preset-env` 7.10.4 +* add EXIF-based image rotation +* add `where` to command detection command list +* fix #758 +* fix #760 +* add `@babel/core` 7.12.10 +* add `@babel/preset-env` 7.12.11 * remove `babel-loader` -* update `eslint` to 7.5.0 -* update `ghu` to 0.25.0 -* update `jsdom` to 16.3.0 -* update `kjua` to 0.6.0 -* update `lolight` to 1.3.0 -* update `marked` to 1.1.1 -* update `null-loader` to 4.0.0 +* update `eslint` to 7.18.0 +* update `ghu` to 0.26.0 +* update `jsdom` to 16.4.0 +* update `kjua` to 0.9.0 +* update `lolight` to 1.4.0 +* update `marked` to 1.2.7 +* update `null-loader` to 4.0.1 * update `scar` to 2.3.0 diff --git a/package-lock.json b/package-lock.json index e90a453f..7d50f49d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "h5ai", - "version": "0.29.2", + "version": "0.30.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69c87961..3dc6982f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h5ai", - "version": "0.29.2", + "version": "0.30.0", "description": "Modern HTTP web server index.", "homepage": "https://larsjung.de/h5ai/", "author": "Lars Jung (https://larsjung.de)",