From 016c1a23add2ac1c65c2d6a055607ad1aa228c16 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 11 Oct 2021 00:47:16 +0000 Subject: [PATCH] chore(release): version 1.1.6 ## [1.1.6](https://github.com/SocialGouv/react-k8s-viewer/compare/v1.1.5...v1.1.6) (2021-10-11) ### Bug Fixes * **deps:** update dependency react-flow-renderer to ^9.6.8 ([#34](https://github.com/SocialGouv/react-k8s-viewer/issues/34)) ([7361186](https://github.com/SocialGouv/react-k8s-viewer/commit/7361186f985c44f00de8cf1e9a0f71c2e6a1cb99)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15937f2..5f42a20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.6](https://github.com/SocialGouv/react-k8s-viewer/compare/v1.1.5...v1.1.6) (2021-10-11) + + +### Bug Fixes + +* **deps:** update dependency react-flow-renderer to ^9.6.8 ([#34](https://github.com/SocialGouv/react-k8s-viewer/issues/34)) ([7361186](https://github.com/SocialGouv/react-k8s-viewer/commit/7361186f985c44f00de8cf1e9a0f71c2e6a1cb99)) + ## [1.1.5](https://github.com/SocialGouv/react-k8s-viewer/compare/v1.1.4...v1.1.5) (2021-08-02) diff --git a/package.json b/package.json index 24e85fe..5132577 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@socialgouv/react-k8s-viewer", - "version": "1.1.5", + "version": "1.1.6", "description": "Render diagrams from your kubernetes manifests", "main": "dist/index.js", "module": "dist/index.esm.js",