diff options
author | codecalm <codecalm@gmail.com> | 2020-08-04 23:07:06 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-04 23:07:06 +0200 |
commit | 161682119831916148515cb1d0a6433fa2d7ca2b (patch) | |
tree | b45f47db4e39907d72c3a5edc8b6da1357639772 /package.json | |
parent | a-b (diff) | |
parent | Update README.md (diff) | |
download | tabler-icons-161682119831916148515cb1d0a6433fa2d7ca2b.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
Conflicts:
src/editor.html
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 6e01c6c..7f76095 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.7.0", + "version": "1.10.0", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" @@ -44,7 +44,7 @@ }, "release-it": { "hooks": { - "after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version}", + "after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} --verbose", "after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}." }, "git": { |