Skip to content

Commit

Permalink
up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Oct 13, 2024
1 parent eabaeff commit 10b5e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsdoc/shortLinks.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const fixLinks = require('./fixLinks');

exports.handlers = {
beforeParse: e => {
beforeParse(e) {
e.source = fixLinks(e.source);
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spex",
"version": "3.3.1",
"version": "3.4.0",
"description": "Specialized Promise Extensions",
"main": "lib/index.js",
"typings": "typescript/spex.d.ts",
Expand Down

0 comments on commit 10b5e80

Please sign in to comment.