Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Sep 20, 2023
1 parent 8a0d6e8 commit ea43115
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/PrefectHQ/vue-compositions/compare/1.6.1...1.6.2)
#### [1.6.3](https://github.com/PrefectHQ/vue-compositions/compare/1.6.2...1.6.3)

- Enhancement: Add `onError` callback to subscription options [`#311`](https://github.com/PrefectHQ/vue-compositions/pull/311)

#### [1.6.2](https://github.com/PrefectHQ/vue-compositions/compare/v1.6.2...1.6.2)

> 19 September 2023
#### [v1.6.2](https://github.com/PrefectHQ/vue-compositions/compare/1.6.1...v1.6.2)

> 19 September 2023
- Feature: Utilities for converting values into location queries [`#310`](https://github.com/PrefectHQ/vue-compositions/pull/310)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@prefecthq/vue-compositions",
"private": false,
"version": "1.6.2",
"version": "1.6.3",
"description": "A collection of reusable vue compositions.",
"main": "./dist/vue-compositions.umd.js",
"module": "./dist/vue-compositions.mjs",
Expand Down

0 comments on commit ea43115

Please sign in to comment.