diff --git a/CHANGELOG.md b/CHANGELOG.md index c91264d4a..51e84f92e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### [3.11.10](https://github.com/ExpediaGroup/insights-explorer/compare/v3.11.9...v3.11.10) (2022-04-25) + + +### Bug Fixes + +* Fix `this[writeSym] is not a function` error ([f60663c](https://github.com/ExpediaGroup/insights-explorer/commit/f60663c38a1bd84cc8bed69d8a14c373da5e9c32)) + ### [3.11.9](https://github.com/ExpediaGroup/insights-explorer/compare/v3.11.8...v3.11.9) (2022-04-25) diff --git a/package-lock.json b/package-lock.json index 07f5bb418..262381a4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insights-explorer", - "version": "3.11.9", + "version": "3.11.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "insights-explorer", - "version": "3.11.9", + "version": "3.11.10", "license": "Apache-2.0", "workspaces": [ "./packages/*" diff --git a/package.json b/package.json index 3409cbd41..1ef0d13e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insights-explorer", - "version": "3.11.9", + "version": "3.11.10", "description": "Insights Explorer", "private": true, "repository": {