Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed May 29, 2020
1 parent 3648bc6 commit 4ee5049
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .versionrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/** @type import('standard-version').Options */
module.exports = {
// ref: https://github.com/conventional-changelog/standard-version#can-i-use-standard-version-for-additional-metadata-files-languages-or-version-files
bumpFiles: [
{
filename: 'package.json',
type: 'json',
},
{
filename: 'mod.ts',
updater: '.versionrc.mod-updater.js',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vtils",
"version": "3.0.1-beta.0",
"version": "3.0.1-beta.1",
"description": "A business-oriented JavaScript utility library based on Lodash.",
"keywords": [
"util",
Expand Down

0 comments on commit 4ee5049

Please sign in to comment.