Skip to content

Commit

Permalink
chore(release): 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hcg1023 committed Apr 6, 2022
1 parent 337e760 commit 91cd7d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.13](https://github.com/hcg1023/vue3-dnd/compare/v0.0.12...v0.0.13) (2022-04-06)

### [0.0.12](https://github.com/hcg1023/vue3-dnd/compare/v0.0.11...v0.0.12) (2022-04-06)

### [0.0.11](https://github.com/hcg1023/vue3-dnd/compare/v0.0.10...v0.0.11) (2022-03-24)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-dnd",
"version": "0.0.12",
"version": "0.0.13",
"description": "Drag and Drop for Vue3",
"scripts": {
"dev": "vite",
Expand All @@ -12,12 +12,12 @@
"build_cjs": "swc -C module.type=commonjs -d dist/cjs lib/",
"build:swc": "run-p build_types build_esm build_cjs",
"build:docs": "vite build",
"deploy": "gh-pages -d dist-docs",
"deploy": "gh-pages -d dist-docs",
"build": "run-s test clean build:swc",
"prepare": "husky install",
"prettier": "lint-staged",
"prepublishOnly": "npm run build && standard-version",
"postpublish": "run-s build:docs deploy"
"postpublish": "run-s build:docs deploy"
},
"author": "hcg1023 <[email protected]>",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 91cd7d2

Please sign in to comment.