diff --git a/CHANGELOG.md b/CHANGELOG.md index 3207082..5ee9319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +1.0.0 / 2017-04-30 +================== + + * 1.0.0 + * Fixed config indentation + * Updated readme to reflect v2 update + * Vue 2.0 functionality + * Merge pull request [#2](https://github.com/samturrell/vue-breadcrumbs/issues/2) from limonte/patch-1 + Improve markdown to highlight code + * Improve markdown to highlight code + 0.3.1 / 2016-05-15 ================== diff --git a/LICENSE b/LICENSE index 5922406..c3634e0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Sam Turrell +Copyright (c) 2017 Sam Turrell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/dist/vue-breadcrumbs.common.js b/dist/vue-breadcrumbs.common.js index 1ca837d..6b68ac5 100644 --- a/dist/vue-breadcrumbs.common.js +++ b/dist/vue-breadcrumbs.common.js @@ -1,5 +1,5 @@ /*! - * vue-breadcrumbs v0.3.1 + * vue-breadcrumbs v1.0.0 * (c) 2017 Sam Turrell * Released under the MIT License. */ diff --git a/dist/vue-breadcrumbs.js b/dist/vue-breadcrumbs.js index dff4c0e..ccf1356 100644 --- a/dist/vue-breadcrumbs.js +++ b/dist/vue-breadcrumbs.js @@ -1,5 +1,5 @@ /*! - * vue-breadcrumbs v0.3.1 + * vue-breadcrumbs v1.0.0 * (c) 2017 Sam Turrell * Released under the MIT License. */ diff --git a/dist/vue-breadcrumbs.min.js b/dist/vue-breadcrumbs.min.js index f2c5da3..de39b95 100644 --- a/dist/vue-breadcrumbs.min.js +++ b/dist/vue-breadcrumbs.min.js @@ -1,5 +1,5 @@ /*! - * vue-breadcrumbs v0.3.1 + * vue-breadcrumbs v1.0.0 * (c) 2017 Sam Turrell * Released under the MIT License. */ diff --git a/dist/vue-breadcrumbs.min.js.gz b/dist/vue-breadcrumbs.min.js.gz index f02d346..465577f 100644 Binary files a/dist/vue-breadcrumbs.min.js.gz and b/dist/vue-breadcrumbs.min.js.gz differ diff --git a/package.json b/package.json index 41c86c5..daa84cb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "babel-plugin-espower": "^2.0.0", "babel-preset-es2015": "^6.1.18", "babel-preset-es2015-rollup": "^1.0.0", - "changelog": "^1.0.7", + "changelog": "github:dylang/changelog", "eslint": "^2.8.0", "eslint-config-vue": "^1.0.0", "eslint-loader": "^1.3.0",