Skip to content

Commit ea43115

Browse files
committed
1.6.3
1 parent 8a0d6e8 commit ea43115

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [1.6.2](https://github.com/PrefectHQ/vue-compositions/compare/1.6.1...1.6.2)
7+
#### [1.6.3](https://github.com/PrefectHQ/vue-compositions/compare/1.6.2...1.6.3)
8+
9+
- Enhancement: Add `onError` callback to subscription options [`#311`](https://github.com/PrefectHQ/vue-compositions/pull/311)
10+
11+
#### [1.6.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.2...1.6.2)
12+
13+
> 19 September 2023
14+
15+
#### [v1.6.2](https://github.com/PrefectHQ/vue-compositions/compare/1.6.1...v1.6.2)
16+
17+
> 19 September 2023
818
919
- Feature: Utilities for converting values into location queries [`#310`](https://github.com/PrefectHQ/vue-compositions/pull/310)
1020

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@prefecthq/vue-compositions",
33
"private": false,
4-
"version": "1.6.2",
4+
"version": "1.6.3",
55
"description": "A collection of reusable vue compositions.",
66
"main": "./dist/vue-compositions.umd.js",
77
"module": "./dist/vue-compositions.mjs",

0 commit comments

Comments
 (0)