Skip to content

Commit

Permalink
Bumped project version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Janes committed May 30, 2020
1 parent 637f1a6 commit 0c0941e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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.0.3",
"version": "0.1.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
11 changes: 11 additions & 0 deletions release/changelog/v0.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog (v0.0.3..v0.1.0)

| Title | Name | Date |
| ----- | ---- | ---- |
| fixed branch check regex on publishrc | Andres Janes | 30th May 2020 @ 14:30 |
| allow publishing from master and release branches | Andres Janes | 30th May 2020 @ 14:17 |
| use relative path instead of webpack alias | Andres Janes | 30th May 2020 @ 14:17 |
| Removed unused props. tidied up prop definitions. Added props for buttons | Andres Janes | 30th May 2020 @ 14:17 |
| Refactored usages of underscore and removed dependency | Andres Janes | 30th May 2020 @ 14:16 |
| Removed yarn.lock. Updated deps using npm | Andres Janes | 30th May 2020 @ 14:14 |

0 comments on commit 0c0941e

Please sign in to comment.