diff --git a/CHANGELOG.md b/CHANGELOG.md index 3015033d..598cace0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.14](https://github.com/vuejs/vuefire/compare/vuefire@3.1.13...vuefire@3.1.14) (2023-08-13) + +There are no changes in this release. + ## [3.1.13](https://github.com/vuejs/vuefire/compare/vuefire@3.1.12...vuefire@3.1.13) (2023-08-01) ### Bug Fixes diff --git a/package.json b/package.json index f46ace57..04205e11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuefire", - "version": "3.1.13", + "version": "3.1.14", "description": "Official Firebase bindings for Vue.js", "packageManager": "pnpm@8.6.6", "engines": { diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 2df8503b..40740021 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.2.14](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.13...nuxt-vuefire@0.2.14) (2023-08-13) + +### Bug Fixes + +- **nuxt:** use fork of lru-cache ([a11bf4c](https://github.com/vuejs/vuefire/commit/a11bf4cc039468a1251545dfd3cd903c11632eae)) + +### Features + +- **app-check:** disable with emulators and no service account ([76c8b21](https://github.com/vuejs/vuefire/commit/76c8b2117c1af3351c7989d2d07dbfbc2a3fd661)) + ## [0.2.13](https://github.com/vuejs/vuefire/compare/nuxt-vuefire@0.2.12...nuxt-vuefire@0.2.13) (2023-08-01) ### Bug Fixes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index a36fa22b..6305ac02 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-vuefire", "description": "Nuxt.js module for VueFire", - "version": "0.2.13", + "version": "0.2.14", "license": "MIT", "type": "module", "exports": { @@ -45,7 +45,7 @@ "firebase": "^9.0.0 || ^10.0.0", "firebase-admin": "^11.3.0", "firebase-functions": "^4.1.0", - "vuefire": ">=3.1.13" + "vuefire": ">=3.1.14" }, "peerDependenciesMeta": { "@firebase/app-types": {