diff --git a/CHANGELOG.md b/CHANGELOG.md index 090732ee..8d10a067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.1.21](https://github.com/vuejs/vuefire/compare/vuefire@3.1.20...vuefire@3.1.21) (2024-01-03) + +- fixed an issue when installing the package + ## [3.1.20](https://github.com/vuejs/vuefire/compare/vuefire@3.1.19...vuefire@3.1.20) (2024-01-03) ### Bug Fixes diff --git a/package.json b/package.json index 11f5f819..497858ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuefire", - "version": "3.1.20", + "version": "3.1.21", "description": "Official Firebase bindings for Vue.js", "packageManager": "pnpm@8.10.2", "engines": {