Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JinghuiS committed Feb 2, 2023
1 parent cfcf9e4 commit dbbbe1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@


# [1.1.0](https://github.com/JinghuiS/vdi/compare/v1.0.0...v1.1.0) (2023-02-02)


### Features

* 🎸 add onInjector ([2c0d409](https://github.com/JinghuiS/vdi/commit/2c0d409d780cc3a1943b33d56cacbe8eff366c80))
* 🎸 export onInjector ([2c0b22b](https://github.com/JinghuiS/vdi/commit/2c0b22b114dd07efbf08d376bdcb0e019e962cb2))
* 🎸 Export VUE_APP Identifier ([056fe83](https://github.com/JinghuiS/vdi/commit/056fe8366325a720d9095496f7c8fefb5dadfda7))
* 🎸 onProvider return injector ([a633acf](https://github.com/JinghuiS/vdi/commit/a633acfb82107495a2a305207fda855f27a4e9f5))
* 🎸 Vdi plugin add injector ([8ae5df3](https://github.com/JinghuiS/vdi/commit/8ae5df33ca8c30524f87de4f6cf427ab498f4a3d))

# [1.0.0](https://github.com/JinghuiS/vdi/compare/v0.5.0...v1.0.0) (2023-02-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vdi",
"private": false,
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/vdi.cjs.js",
"module": "dist/vdi.es.js",
"types": "dist/types/index.d.ts",
Expand Down

1 comment on commit dbbbe1a

@vercel
Copy link

@vercel vercel bot commented on dbbbe1a Feb 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vdi-docs – ./

vdi-docs-git-main-jinghuis.vercel.app
vdi-docs-jinghuis.vercel.app
vdi-docs.vercel.app

Please sign in to comment.