Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Feb 29, 2024
1 parent e0b3976 commit f46425f
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.9.0](https://github.com/PrefectHQ/vue-compositions/compare/1.8.0...1.9.0)
#### [1.10.0](https://github.com/PrefectHQ/vue-compositions/compare/1.9.0...1.10.0)

- Add `maxRefreshRate` directly to `Channel` and `Subscription` classes [`#398`](https://github.com/PrefectHQ/vue-compositions/pull/398)

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

> 29 February 2024
#### [v1.9.0](https://github.com/PrefectHQ/vue-compositions/compare/1.8.0...v1.9.0)

> 29 February 2024
- Add maxRefreshRate to channel refresh utilities [`#397`](https://github.com/PrefectHQ/vue-compositions/pull/397)
- Bump eslint from 8.56.0 to 8.57.0 [`#396`](https://github.com/PrefectHQ/vue-compositions/pull/396)
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.9.0",
"version": "1.10.0",
"description": "A collection of reusable vue compositions.",
"main": "./dist/vue-compositions.umd.js",
"module": "./dist/vue-compositions.mjs",
Expand Down

0 comments on commit f46425f

Please sign in to comment.