Skip to content

Commit

Permalink
Prepare release 0.4.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu authored Jan 2, 2025
1 parent b25fef0 commit 8dcaaac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ updates:
schedule:
interval: 'weekly'
groups:
all-dependencies:
all-github-action-dependencies:
patterns:
- '*'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
groups:
all-dependencies:
all-node-dependencies:
patterns:
- '*'
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## v0.4.0

- Use super.query in https://github.com/grafana/grafana-async-query-data-js/pull/29
- Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/44
- Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/38
- Bump ws from 8.12.0 to 8.18.0 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/39
- Bump ua-parser-js from 1.0.32 to 1.0.39 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/37
- Bump tough-cookie from 4.1.2 to 4.1.4 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/36
- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group in https://github.com/grafana/grafana-async-query-data-js/pull/35
- Bump the all-dependencies group across 1 directory with 9 updates in https://github.com/grafana/grafana-async-query-data-js/pull/40
- Bump the all-dependencies group with 4 updates in https://github.com/grafana/grafana-async-query-data-js/pull/32

## v0.3.0

- Chore: update deps in https://github.com/grafana/grafana-async-query-data-js/pull/31
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/async-query-data",
"version": "0.3.0",
"version": "0.4.0",
"description": "Async query support for Grafana",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 8dcaaac

Please sign in to comment.