Skip to content

Commit 79d3e20

Browse files
committed
set version to 0.33.4
1 parent 6bd1997 commit 79d3e20

3 files changed

Lines changed: 5 additions & 11 deletions

File tree

package-lock.json

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"grunt-contrib-clean": "^2.0.1",
2828
"grunt-eslint": "^26.0.0",
2929
"grunt-mocha-cli": "^7.0.0",
30-
"mocha": "^11.5.0",
30+
"mocha": "^11.7.4",
3131
"patch-package": "^8.0.0"
3232
},
3333
"engines": {
@@ -58,5 +58,5 @@
5858
"postinstall": "node scripts/postinstall.js",
5959
"test": "mocha --timeout 1200000"
6060
},
61-
"version": "0.0.0"
61+
"version": "0.33.4"
6262
}

src/version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
// The values here are replaced automatically by the .rultor.yml script,
77
// at the "release" pipeline:
88
module.exports = {
9-
what: '0.0.0',
10-
when: '0000-00-00'
9+
what: '0.33.4',
10+
when: '2025-10-26'
1111
};

0 commit comments

Comments
 (0)