nuxt-interpolation
Advanced tools
+15
-0
@@ -5,2 +5,17 @@ # Change Log | ||
| <a name="0.1.6"></a> | ||
| ## [0.1.6](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.1.5...v0.1.6) (2018-09-13) | ||
| ### Bug Fixes | ||
| * signed push ([3292abd](https://github.com/daliborgogic/nuxt-interpolation/commit/3292abd)) | ||
| <a name="0.1.5"></a> | ||
| ## [0.1.5](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.1.4...v0.1.5) (2018-09-13) | ||
| <a name="0.1.4"></a> | ||
@@ -7,0 +22,0 @@ ## [0.1.4](https://github.com/daliborgogic/nuxt-interpolation/compare/v0.1.3...v0.1.4) (2018-09-13) |
+2
-2
| { | ||
| "name": "nuxt-interpolation", | ||
| "version": "0.1.4", | ||
| "version": "0.1.6", | ||
| "description": "Directive for binding every link to catch the click event, and if it's a relative link router will push.", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
| "lint": "node_modules/.bin/eslint --ext .js lib", | ||
| "release": "standard-version && git push --follow-tags && npm publish" | ||
| "release": "standard-version --sign && git push --follow-tags && npm publish" | ||
| }, | ||
@@ -14,0 +14,0 @@ "publishConfig": { |
+1
-1
| # interpolation | ||
| > Directive for binding every link to catch the click event, and if it's a relative link router will push. | ||
| > [Nuxt.js](https://github.com/nuxt/nuxt.js/) directive for binding every link to catch the click event, and if it's a relative link router will push. | ||
@@ -5,0 +5,0 @@ ## Setup |
4935
9.04%