Skip to content

Commit

Permalink
release: v2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiulong committed Jun 13, 2022
1 parent 419db94 commit 4efc1f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.0.0-alpha.1](https://github.com/hujiulong/vue-3d-model/compare/v1.4.0...v2.0.0-alpha.1) (2022-06-13)


### Features

* support Vue 3 & refactor to TS ([54ed8d3](https://github.com/hujiulong/vue-3d-model/commit/54ed8d3b23d0499be489db97835c8cdad77c9fa3))



# [1.4.0](https://github.com/hujiulong/vue-3d-model/compare/v1.3.1...v1.4.0) (2021-06-26)


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": "vue-3d-model",
"version": "1.4.0",
"version": "2.0.0-alpha.1",
"description": "3D models viewer with vue.js",
"keywords": [
"vue",
Expand Down Expand Up @@ -42,10 +42,10 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
"chalk": "^5.0.1",
"chalk": "^4.1.2",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6",
"execa": "^6.1.0",
"execa": "^5.1.1",
"minimist": "^1.2.6",
"semver": "^7.3.7",
"typescript": "^4.5.4",
Expand Down

0 comments on commit 4efc1f9

Please sign in to comment.