diff --git a/package-lock.json b/package-lock.json index 44eefe4..1acd5cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "grunt-contrib-clean": "2.0.1", "grunt-eslint": "24.3.0", "grunt-mocha-cli": "^7.0.0", - "mocha": "10.8.2" + "mocha": "^10.8.2" }, "engines": { "node": ">6.0", @@ -2868,7 +2868,6 @@ "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, - "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", "browser-stdout": "^1.3.1", diff --git a/package.json b/package.json index 904780e..1d0b355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eolang", - "version": "0.0.0", + "version": "0.26.0", "author": "Yegor Bugayenko (https://www.yegor256.com/)", "license": "MIT", "repository": "objectionary/eoc", @@ -31,8 +31,8 @@ ], "dependencies": { "colors": "1.4.0", - "eo2js": "0.0.7", "commander": "12.1.0", + "eo2js": "0.0.7", "fast-xml-parser": "4.5.0", "node": "23.4.0", "relative": "3.0.2", @@ -47,7 +47,7 @@ "grunt-contrib-clean": "2.0.1", "grunt-eslint": "24.3.0", "grunt-mocha-cli": "^7.0.0", - "mocha": "10.8.2" + "mocha": "^10.8.2" }, "scripts": { "test": "mocha --timeout 1200000" diff --git a/src/version.js b/src/version.js index 3572bfa..4adafeb 100644 --- a/src/version.js +++ b/src/version.js @@ -25,6 +25,6 @@ // The values here are replaced automatically by the .rultor.yml script, // at the "release" pipeline: module.exports = { - what: '0.0.0', - when: '0000-00-00' + what: '0.26.0', + when: '2024-12-12' };