Skip to content

Commit bc11a33

Browse files
committed
set version to 0.33.1
1 parent 9d8b4ad commit bc11a33

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

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
@@ -26,7 +26,7 @@
2626
"grunt-contrib-clean": "^2.0.1",
2727
"grunt-eslint": "^26.0.0",
2828
"grunt-mocha-cli": "^7.0.0",
29-
"mocha": "^11.5.0",
29+
"mocha": "^11.7.3",
3030
"patch-package": "^8.0.0"
3131
},
3232
"engines": {
@@ -57,5 +57,5 @@
5757
"postinstall": "node scripts/postinstall.js",
5858
"test": "mocha --timeout 1200000"
5959
},
60-
"version": "0.0.0"
60+
"version": "0.33.1"
6161
}

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.1',
10+
when: '2025-09-30'
1111
};

0 commit comments

Comments
 (0)