Skip to content

Commit

Permalink
chore(release): 3.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.21.0](v3.20.3...v3.21.0) (2024-03-28)

### Bug Fixes

* top_source to return consistently correct value ([c79edec](c79edec))

### Features

* new 404 query grouped by url with source count ([4f7390e](4f7390e))
  • Loading branch information
semantic-release-bot committed Mar 28, 2024
1 parent a7590f8 commit eba0ac6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.21.0](https://github.com/adobe/helix-run-query/compare/v3.20.3...v3.21.0) (2024-03-28)


### Bug Fixes

* top_source to return consistently correct value ([c79edec](https://github.com/adobe/helix-run-query/commit/c79edecd157b6967c5fdb4b5f7dd17ac4410692a))


### Features

* new 404 query grouped by url with source count ([4f7390e](https://github.com/adobe/helix-run-query/commit/4f7390e95f9cc72cf57e36ff083e8f58e2cb7351))

## [3.20.3](https://github.com/adobe/helix-run-query/compare/v3.20.2...v3.20.3) (2024-03-27)


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,6 +1,6 @@
{
"name": "@adobe/helix-run-query",
"version": "3.20.3",
"version": "3.21.0",
"private": true,
"description": "Helix Run Query",
"main": "src/index.js",
Expand Down

0 comments on commit eba0ac6

Please sign in to comment.