-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.4.1](v1.4.0...v1.4.1) (2019-07-03) ### Bug Fixes * not use counter for hid not to change hid every request ([ae1cccb](ae1cccb)), closes [#58](#58)
- Loading branch information
1 parent
373a955
commit 7e0e504
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nuxt-jsonld", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "manage jsonld in Vue component.", | ||
"main": "lib/index.js", | ||
"repository": "ssh://[email protected]/ymmooot/nuxt-jsonld.git", | ||
|