diff --git a/CHANGELOG.md b/CHANGELOG.md index f370058d..121808b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.22.5](https://github.com/keen/explorer/compare/v3.22.4...v3.22.5) (2022-06-03) + ### [3.22.4](https://github.com/keen/explorer/compare/v3.22.3...v3.22.4) (2022-06-02) ### [3.22.3](https://github.com/keen/explorer/compare/v3.22.2...v3.22.3) (2022-06-01) diff --git a/package.json b/package.json index 5549490b..61c1177f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@keen.io/explorer", "description": "Data Explorer by Keen IO", - "version": "3.22.4", + "version": "3.22.5", "license": "MIT", "main": "dist/explorer.modern.min.js", "browser": "dist/explorer.modern.min.js",