+# [2.0.0-alpha.5](https://github.com/posva/pinia/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2020-10-09)
+
+### Code Refactoring
+
+- prefix store properties with \$ ([#254](https://github.com/posva/pinia/issues/254)) ([751f286](https://github.com/posva/pinia/commit/751f2867b97f210488eb82bad1ec05af6ab6e72c))
+
+### BREAKING CHANGES
+
+- all store properties (`id`, `state`, `patch`, `subscribe`, and `reset`) are now prefixed with `$` to allow properties defined with the same type and avoid types breaking. Tip: you can refactor your whole codebase with F2 (or right-click + Refactor) on each of the store's properties
+
# [2.0.0-alpha.4](https://github.com/posva/pinia/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2020-09-29)
### Bug Fixes
{
"name": "pinia",
- "version": "2.0.0-alpha.4",
+ "version": "2.0.0-alpha.5",
"description": "Some awesome description",
"main": "dist/pinia.cjs.js",
"module": "dist/pinia.esm-bundler.js",