+## [0.1.8](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.7...@pinia/nuxt@0.1.8) (2021-12-24)
+
+Override the 0.1.7 version for convenience but no code changes since 0.1.6.
+
## [0.1.7](https://github.com/vuejs/pinia/compare/@pinia/nuxt@0.1.6...@pinia/nuxt@0.1.7) (2021-12-20)
No code updates in this release
{
"name": "@pinia/nuxt",
- "version": "0.1.7",
+ "version": "0.1.8",
"description": "Nuxt Module for pinia",
"keywords": [
"pinia",
"unbuild": "^0.6.3"
},
"peerDependencies": {
- "pinia": "~2.0.7"
+ "pinia": "~2.0.9"
},
"publishConfig": {
"access": "public"
+## [2.0.9](https://github.com/vuejs/pinia/compare/pinia@2.0.8...pinia@2.0.9) (2021-12-24)
+
+### Features
+
+- **types:** support IDE features for store context ([#924](https://github.com/vuejs/pinia/issues/924)) ([4733f49](https://github.com/vuejs/pinia/commit/4733f49c5af400aea7d3d1002265f9cdebcdd222))
+
## [2.0.8](https://github.com/vuejs/pinia/compare/pinia@2.0.7...pinia@2.0.8) (2021-12-20)
### Bug Fixes
{
"name": "pinia",
- "version": "2.0.8",
+ "version": "2.0.9",
"description": "Intuitive, type safe and flexible Store for Vue",
"main": "index.js",
"module": "dist/pinia.mjs",