Skip to content

Commit f2b17fe

Browse files
committed
set version to 0.34.0
1 parent fe88129 commit f2b17fe

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
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-eslint": "^26.0.0",
2828
"grunt-mocha-cli": "^7.0.0",
2929
"istanbul": "^0.4.5",
30-
"mocha": "^11.5.0",
30+
"mocha": "^11.7.5",
3131
"nyc": "^17.1.0",
3232
"patch-package": "^8.0.0"
3333
},
@@ -74,5 +74,5 @@
7474
"postinstall": "node scripts/postinstall.js",
7575
"test": "mocha 'test/**/*.js' --timeout 1200000"
7676
},
77-
"version": "0.0.0"
77+
"version": "0.34.0"
7878
}

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.34.0',
10+
when: '2026-02-19'
1111
};

0 commit comments

Comments
 (0)