diff --git a/ChangeLog b/ChangeLog index f28c629..325eabc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2024.02.01, v5.0.0 + +feature: +- bb1bdb3 inly: try-catch v3.0.1 +- 43abe97 inly: nodemon v3.0.3 +- a40e0f7 inly: eslint v8.56.0 +- d405759 inly: onezip v6.0.2 +- 6962ba5 drop support of node < 18 +- 694f24f inly: eslint-plugin-n v16.6.2 +- 194d268 inly: madrun v10.0.1 +- 3d028d8 inly: eslint-plugin-putout v22.3.1 +- 6ea7ce9 inly: supertape v10.0.0 +- a1c2c34 inly: putout v35.0.1 +- 31fcc93 inly: yargs-parser v21.1.1 +- dd0b97d inly: glob v10.3.10 + 2020.09.11, v4.0.8 feature: diff --git a/package.json b/package.json index c168f82..53769d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inly", - "version": "4.0.8", + "version": "5.0.0", "type": "commonjs", "description": "extract .zip, .gz, .bz2, .tar, .tar.gz, .tgz, .tbz2", "main": "lib/inly.js",