Skip to content

Commit

Permalink
release: v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Sep 11, 2021
1 parent db22053 commit 5d69220
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### 4.0.0 (2021-09-11)

Breaking changes:

- feat!: :ext-resources alias replaced with #ext
- refactor!: app

Migration:

- replace `:softvisio` with `#vue`
- replace `:ext` with `#ext`
- replace `:ewc` with `#ewc`
- replace `:ext-resources` with `#ext`
- replace `:ewc-resources` with `#ewc`
- add `#vue` import to the `package.json`
- update `main.js`

### 4.0.0-alpha.1 (2021-09-11)

Breaking changes:
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": "@softvisio/vue-ext",
"version": "4.0.0-alpha.1",
"version": "4.0.0",
"description": "Softisio Vue Ext",
"keywords": [
"softvisio",
Expand Down

0 comments on commit 5d69220

Please sign in to comment.