diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eee0066..b0bcd8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.11.0](https://github.com/dargmuesli/vio/compare/1.10.11...1.11.0) (2023-06-21) + + +### Features + +* **app:** add test id ([f69cf4e](https://github.com/dargmuesli/vio/commit/f69cf4ef526779a1c8f343179693340525efe61e)) +* **nuxt:** run production on port 3001 ([43485c5](https://github.com/dargmuesli/vio/commit/43485c5d3517d80c4fca319a30322661a16f8e89)) + ## [1.10.11](https://github.com/dargmuesli/vio/compare/1.10.10...1.10.11) (2023-06-18) diff --git a/package.json b/package.json index 6fa2e5b5..8f3337be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dargmuesli/nuxt-vio", - "version": "1.10.11", + "version": "1.11.0", "type": "module", "publishConfig": { "access": "public"