diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6f7578..926473ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [1.6.6](https://github.com/PrefectHQ/vue-compositions/compare/1.6.5...1.6.6) +#### [1.6.7](https://github.com/PrefectHQ/vue-compositions/compare/1.6.6...1.6.7) + +- Fix subscription actions being called even when the args have not changed [`#346`](https://github.com/PrefectHQ/vue-compositions/pull/346) + +#### [1.6.6](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.6...1.6.6) + +> 15 November 2023 + +#### [v1.6.6](https://github.com/PrefectHQ/vue-compositions/compare/1.6.5...v1.6.6) + +> 15 November 2023 - Fix useRouteQuery reactivity [`#345`](https://github.com/PrefectHQ/vue-compositions/pull/345) - Bump @types/lodash.debounce from 4.0.8 to 4.0.9 [`#344`](https://github.com/PrefectHQ/vue-compositions/pull/344) diff --git a/package-lock.json b/package-lock.json index 26709bf2..93b4e96c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/vue-compositions", - "version": "1.6.6", + "version": "1.6.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/vue-compositions", - "version": "1.6.6", + "version": "1.6.7", "dependencies": { "jsdom": "^22.0.0" }, diff --git a/package.json b/package.json index 7877adee..f6bc00d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/vue-compositions", "private": false, - "version": "1.6.6", + "version": "1.6.7", "description": "A collection of reusable vue compositions.", "main": "./dist/vue-compositions.umd.js", "module": "./dist/vue-compositions.mjs",