Skip to content

Commit

Permalink
chore(main): release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2024
1 parent 4160680 commit f6b648d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

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) (2024-01-08)


### 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 from 8.51.0 to 8.52.0 ([0c9f748](https://github.com/nodeshift/kube-service-bindings/commit/0c9f7488ab0091ad7f3d4261d1b722408929907c))
* upgrade eslint from 8.52.0 to 8.53.0 ([7a69cdf](https://github.com/nodeshift/kube-service-bindings/commit/7a69cdfbee041143ae481d9cebae52afd491dd54))
* upgrade eslint from 8.53.0 to 8.54.0 ([a966fd5](https://github.com/nodeshift/kube-service-bindings/commit/a966fd5ba9b8fb98dd978a914fddf1a41621f4aa))
* upgrade eslint from 8.54.0 to 8.55.0 ([#136](https://github.com/nodeshift/kube-service-bindings/issues/136)) ([0053b18](https://github.com/nodeshift/kube-service-bindings/commit/0053b18d8f8e220e8261f8e628ef33dc20f3bf5b))
* upgrade eslint from 8.55.0 to 8.56.0 ([57e994c](https://github.com/nodeshift/kube-service-bindings/commit/57e994c1a451547445504d7df6e78d7cbe565f0c))
* 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-import from 2.29.0 to 2.29.1 ([f859e59](https://github.com/nodeshift/kube-service-bindings/commit/f859e59835a72088783d9ad045fdd8f4aab4ff78))
* 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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f6b648d

Please sign in to comment.