From d8e6ff0d68dc0ba18635a905671aee43d06bfa54 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 28 Oct 2023 16:29:21 +0000 Subject: [PATCH] chore(release): v1.9.0 [skip ci] --- CHANGELOG.md | 19 +++++++++---------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cadca13..cbcbca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.9.0](https://github.com/okaufmann/lens-extension-fluxcd/compare/v1.8.2...v1.9.0) (2023-10-28) + + +### Features + +* add receiver's webhook path to searchable fields ([2868ab5](https://github.com/okaufmann/lens-extension-fluxcd/commit/2868ab5256ba38ec3c9dcaaf1901820ab2743fd0)) + + + ## [1.8.2](https://github.com/okaufmann/lens-extension-fluxcd/compare/v1.8.1...v1.8.2) (2023-10-21) @@ -39,13 +48,3 @@ -# [1.7.0](https://github.com/okaufmann/lens-extension-fluxcd/compare/v1.6.1...v1.7.0) (2023-10-21) - - -### Features - -* automatically publish to npm ([f1f4f62](https://github.com/okaufmann/lens-extension-fluxcd/commit/f1f4f6252372f525c8d792eefed480a1e40ff4ab)) -* run npm install before publish the release to align package-lock.json ([3749574](https://github.com/okaufmann/lens-extension-fluxcd/commit/3749574be462dd7a64dbd7ba01ad604f6bfd8037)) - - - diff --git a/package-lock.json b/package-lock.json index e984838..3b7294c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lens-extension-fluxcd", - "version": "1.8.2", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lens-extension-fluxcd", - "version": "1.8.2", + "version": "1.9.0", "license": "MIT", "dependencies": { "mobx": "^6.6.1", diff --git a/package.json b/package.json index ec48fe6..ed243b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lens-extension-fluxcd", - "version": "1.8.2", + "version": "1.9.0", "description": "Lens extension for FluxCD", "contributors": [ {