Skip to content

Commit

Permalink
chore: release v1.5.6 (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmooot authored Feb 21, 2023
1 parent 72323f1 commit d8c2697
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.6](https://github.com/ymmooot/nuxt-jsonld/compare/v1.5.5...v1.5.6) (2023-02-21)


### Bug Fixes

* fix bugs of generating static site ([c45669e](https://github.com/ymmooot/nuxt-jsonld/commit/c45669edd9e8de3eea57bbb7140f064ea25f35fe)), closes [#1085](https://github.com/ymmooot/nuxt-jsonld/issues/1085) [#1104](https://github.com/ymmooot/nuxt-jsonld/issues/1104)



## [1.5.5](https://github.com/ymmooot/nuxt-jsonld/compare/v1.5.4...v1.5.5) (2023-02-14)


Expand Down
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"name": "nuxt-jsonld",
"version": "1.5.5",
"version": "1.5.6",
"description": "manage jsonld in Vue component.",
"main": "lib/index.js",
"repository": "ssh://[email protected]/ymmooot/nuxt-jsonld.git",
"author": "Ryota Yamamoto <[email protected]>",
"license": "MIT",
"keywords": ["attribute", "head", "meta", "seo", "vue", "nuxt", "jsonld"],
"keywords": [
"attribute",
"head",
"meta",
"seo",
"vue",
"nuxt",
"jsonld"
],
"scripts": {
"test": "jest",
"test:ci": "jest --coverage && codecov",
Expand All @@ -17,7 +25,9 @@
"lint": "eslint --ext .ts,.js .",
"lint:fix": "eslint --ext .ts,.js --fix ."
},
"files": ["lib"],
"files": [
"lib"
],
"typings": "./lib/index.d.ts",
"dependencies": {
"schema-dts": "^1.0.0"
Expand Down

0 comments on commit d8c2697

Please sign in to comment.