Skip to content

Commit

Permalink
Bugfix: components default value #100
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Oct 13, 2021
1 parent b20005a commit d9c72b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 3.2.1 | 2021.10.13
- Bugfix: components default value [#100](https://github.com/Binaryify/vue-qr/pull/100)

## 3.2.0 | 2021.10.12
- Add `coomponents` params [#98](https://github.com/Binaryify/vue-qr/issues/98)

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": "vue-qr",
"version": "3.2.0",
"version": "3.2.1",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --host 127.0.0.1",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
Expand Down

0 comments on commit d9c72b2

Please sign in to comment.