Skip to content

Commit

Permalink
1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Oct 4, 2023
1 parent 3818fce commit 345e8c2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,23 @@ 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.3](https://github.com/PrefectHQ/vue-compositions/compare/1.6.2...1.6.3)
#### [1.6.4](https://github.com/PrefectHQ/vue-compositions/compare/1.6.3...1.6.4)

- Bump tsc-alias from 1.8.7 to 1.8.8 [`#312`](https://github.com/PrefectHQ/vue-compositions/pull/312)
- Bump eslint from 8.49.0 to 8.50.0 [`#313`](https://github.com/PrefectHQ/vue-compositions/pull/313)
- Bump postcss from 8.4.27 to 8.4.31 [`#321`](https://github.com/PrefectHQ/vue-compositions/pull/321)
- Bump @prefecthq/eslint-config from 1.0.27 to 1.0.31 [`#316`](https://github.com/PrefectHQ/vue-compositions/pull/316)
- Bump vue-tsc from 1.8.11 to 1.8.15 [`#318`](https://github.com/PrefectHQ/vue-compositions/pull/318)
- Bump vitest from 0.34.4 to 0.34.6 [`#319`](https://github.com/PrefectHQ/vue-compositions/pull/319)
- Chore: Update nvmrc [`#320`](https://github.com/PrefectHQ/vue-compositions/pull/320)

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

> 20 September 2023
#### [v1.6.3](https://github.com/PrefectHQ/vue-compositions/compare/1.6.2...v1.6.3)

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

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.3",
"version": "1.6.4",
"description": "A collection of reusable vue compositions.",
"main": "./dist/vue-compositions.umd.js",
"module": "./dist/vue-compositions.mjs",
Expand Down

0 comments on commit 345e8c2

Please sign in to comment.