Skip to content

Commit

Permalink
bump version: 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Apr 9, 2021
1 parent 818b492 commit 01515c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 3 additions & 1 deletion bump-version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/**
* Note: Unused.
*
* Script to bump the version before a release.
* The last commit is amended to raise the version
* number. The commit message of the last commit
Expand Down Expand Up @@ -52,4 +54,4 @@ exec('git diff --name-only | grep package.json', (err, stdout) => {
console.log(`Successfully bumped version number to ${packageJson.version}`);
}
});
});
});
9 changes: 3 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mwn",
"version": "0.10.3",
"version": "0.10.4",
"description": "JavaScript & TypeScript MediaWiki bot framework for Node.js",
"main": "./build/bot.js",
"types": "./build/bot.d.ts",
Expand Down

0 comments on commit 01515c0

Please sign in to comment.