Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kawamataryo committed Aug 5, 2021
1 parent 4ef9a2e commit 3ac6717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vue-word-highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-word-highlighter",
"version": "1.0.0-beta.7",
"version": "1.0.0",
"description": "The word highlighter library for Vue.js ",
"main": "dist/vue-word-highlighter.cjs.js",
"module": "dist/vue-word-highlighter.esm.js",
Expand All @@ -11,6 +11,7 @@
"author": "kawamataryo <[email protected]>",
"scripts": {
"build": "rollup -c",
"release2": "yarn build && npx bumpp --tag --commit --push && yarn publish",
"release": "yarn build && semantic-release"
},
"dependencies": {
Expand Down

0 comments on commit 3ac6717

Please sign in to comment.