Skip to content

Commit

Permalink
chore(release): cut 26.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [26.8.1](v26.8.0...v26.8.1) (2024-08-08)

### Bug Fixes

* sort analytics request params and items for cache hit optimization (DHIS2-17861) ([#1695](#1695)) ([80c9306](80c9306))
  • Loading branch information
dhis2-bot committed Aug 8, 2024
1 parent 80c9306 commit 59f717e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [26.8.1](https://github.com/dhis2/analytics/compare/v26.8.0...v26.8.1) (2024-08-08)


### Bug Fixes

* sort analytics request params and items for cache hit optimization (DHIS2-17861) ([#1695](https://github.com/dhis2/analytics/issues/1695)) ([80c9306](https://github.com/dhis2/analytics/commit/80c93068991aee21556f12960567cca7b594a324))

# [26.8.0](https://github.com/dhis2/analytics/compare/v26.7.9...v26.8.0) (2024-08-01)


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": "@dhis2/analytics",
"version": "26.8.0",
"version": "26.8.1",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
Expand Down

0 comments on commit 59f717e

Please sign in to comment.