diff --git a/CHANGELOG.md b/CHANGELOG.md index 6450e8c1..ed5d4e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 8e73f31c..f164fd18 100644 --- a/package.json +++ b/package.json @@ -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://git@github.com/ymmooot/nuxt-jsonld.git", "author": "Ryota Yamamoto ", "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", @@ -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"