Skip to content

Commit

Permalink
Bumped project version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Janes committed Jun 3, 2020
1 parent 19c075c commit a9624a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetify-snackbar-queue",
"version": "0.2.1",
"version": "1.0.0",
"description": ">Simple plugin for queueing v-snackbars in Vuetify * Extends VSnackbar component and adds items[] prop * Queues Snackbars displaying one at a time",
"author": "Andres Janes <[email protected]>",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions release/changelog/v1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog (v0.2.1..v1.0.0)

| Title | Name | Date |
| ----- | ---- | ---- |
| tidied up readme | Andres Janes | 3rd Jun 2020 @ 19:44 |

2 changes: 1 addition & 1 deletion styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ module.exports = {
}
},
usageMode: 'expand',
version: '0.2.1',
version: '1.0.0',
}

0 comments on commit a9624a0

Please sign in to comment.