diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3f8adf..c116c3d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-beta.3](https://github.com/felix-berlin/berliner-schnauze/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2023-03-19) + + +### Features + +* migrate vuex store to pinia ([4a27d2d](https://github.com/felix-berlin/berliner-schnauze/commit/4a27d2d02057db93d71843d080bfe9fe80750f8c)) +* **plugins:** add plugins ([2705029](https://github.com/felix-berlin/berliner-schnauze/commit/2705029ee8dc2c94ecf1448e2dd26b3f22276edb)) + # [2.0.0-beta.2](https://github.com/felix-berlin/berliner-schnauze/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2023-03-19) diff --git a/package.json b/package.json index 44eb09bf..67568786 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "berliner-schnauze", - "version": "2.0.0-beta.2", + "version": "2.0.0-beta.3", "private": false, "scripts": { "build": "nuxt build",