diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd8489..519fe2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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.1.0](https://github.com/nodeshift/kube-service-bindings/compare/v3.0.0...v3.1.0) (2023-11-14) + + +### Features + +* upgrade eslint-plugin-n from 15.7.0 to 16.0.0 ([b23deee](https://github.com/nodeshift/kube-service-bindings/commit/b23deee6635fe33a52ff70363a2ec0c96d75884d)) + + +### Bug Fixes + +* upgrade eslint from 8.42.0 to 8.43.0 ([feff069](https://github.com/nodeshift/kube-service-bindings/commit/feff0697b521a3b866f7e2a60ccd4a8bc138be71)) +* upgrade eslint from 8.43.0 to 8.44.0 ([a5aff30](https://github.com/nodeshift/kube-service-bindings/commit/a5aff307e172c948f7dff94f0ed75c6c461c63c8)) +* upgrade eslint from 8.44.0 to 8.45.0 ([3affa03](https://github.com/nodeshift/kube-service-bindings/commit/3affa03edc710c73a4e020954fc9cf64b58f62ce)) +* upgrade eslint from 8.45.0 to 8.46.0 ([0463e5a](https://github.com/nodeshift/kube-service-bindings/commit/0463e5a4f2e0fe601b64f86f6c7dcb6a69b143da)) +* upgrade eslint from 8.46.0 to 8.47.0 ([fbdb892](https://github.com/nodeshift/kube-service-bindings/commit/fbdb89275c02bda2eb62c70bc2bea96d0ea0dd63)) +* upgrade eslint from 8.47.0 to 8.48.0 ([baba038](https://github.com/nodeshift/kube-service-bindings/commit/baba038a797f9cde234322bbcc05a1603ec8ef1b)) +* upgrade eslint from 8.49.0 to 8.50.0 ([1323875](https://github.com/nodeshift/kube-service-bindings/commit/1323875aa2b4b85c535e74ab8eb4a06f41384bd1)) +* upgrade eslint from 8.50.0 to 8.51.0 ([be6ec00](https://github.com/nodeshift/kube-service-bindings/commit/be6ec00b03f7817f68aba3d45399dbf2ed4e009d)) +* upgrade eslint-plugin-import from 2.27.5 to 2.28.0 ([c1bb37e](https://github.com/nodeshift/kube-service-bindings/commit/c1bb37e3af7d21e309df6bb52cf27e1b5335c898)) +* upgrade eslint-plugin-import from 2.28.0 to 2.28.1 ([062bcb2](https://github.com/nodeshift/kube-service-bindings/commit/062bcb256f0a77591e0df1db2fdf7a197fb22627)) +* upgrade eslint-plugin-import from 2.28.1 to 2.29.0 ([8953b4a](https://github.com/nodeshift/kube-service-bindings/commit/8953b4ab5e14b869d060c6c509808efddc3d2e8b)) +* upgrade eslint-plugin-n from 16.0.0 to 16.0.1 ([fe318bb](https://github.com/nodeshift/kube-service-bindings/commit/fe318bb34e839be5c97e8706c78560d5b0d7f70e)) + ## [3.0.0](https://github.com/nodeshift/kube-service-bindings/compare/v2.1.0...v3.0.0) (2023-06-01) diff --git a/package-lock.json b/package-lock.json index 0c34022..bfd87fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kube-service-bindings", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kube-service-bindings", - "version": "3.0.0", + "version": "3.1.0", "license": "Apache-2.0", "devDependencies": { "eslint": "^8.51.0", diff --git a/package.json b/package.json index 3bb4d1d..832eb1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kube-service-bindings", - "version": "3.0.0", + "version": "3.1.0", "author": "", "license": "Apache-2.0", "typings": "index.d.ts",