Skip to content

Commit 1c5a929

Browse files
chore(main): release 3.1.0
1 parent ffd6382 commit 1c5a929

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
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.
44

5+
## [3.1.0](https://github.com/nodeshift/kube-service-bindings/compare/v3.0.0...v3.1.0) (2023-11-25)
6+
7+
8+
### Features
9+
10+
* upgrade eslint-plugin-n from 15.7.0 to 16.0.0 ([b23deee](https://github.com/nodeshift/kube-service-bindings/commit/b23deee6635fe33a52ff70363a2ec0c96d75884d))
11+
12+
13+
### Bug Fixes
14+
15+
* upgrade eslint from 8.42.0 to 8.43.0 ([feff069](https://github.com/nodeshift/kube-service-bindings/commit/feff0697b521a3b866f7e2a60ccd4a8bc138be71))
16+
* upgrade eslint from 8.43.0 to 8.44.0 ([a5aff30](https://github.com/nodeshift/kube-service-bindings/commit/a5aff307e172c948f7dff94f0ed75c6c461c63c8))
17+
* upgrade eslint from 8.44.0 to 8.45.0 ([3affa03](https://github.com/nodeshift/kube-service-bindings/commit/3affa03edc710c73a4e020954fc9cf64b58f62ce))
18+
* upgrade eslint from 8.45.0 to 8.46.0 ([0463e5a](https://github.com/nodeshift/kube-service-bindings/commit/0463e5a4f2e0fe601b64f86f6c7dcb6a69b143da))
19+
* upgrade eslint from 8.46.0 to 8.47.0 ([fbdb892](https://github.com/nodeshift/kube-service-bindings/commit/fbdb89275c02bda2eb62c70bc2bea96d0ea0dd63))
20+
* upgrade eslint from 8.47.0 to 8.48.0 ([baba038](https://github.com/nodeshift/kube-service-bindings/commit/baba038a797f9cde234322bbcc05a1603ec8ef1b))
21+
* upgrade eslint from 8.49.0 to 8.50.0 ([1323875](https://github.com/nodeshift/kube-service-bindings/commit/1323875aa2b4b85c535e74ab8eb4a06f41384bd1))
22+
* upgrade eslint from 8.50.0 to 8.51.0 ([be6ec00](https://github.com/nodeshift/kube-service-bindings/commit/be6ec00b03f7817f68aba3d45399dbf2ed4e009d))
23+
* upgrade eslint from 8.51.0 to 8.52.0 ([0c9f748](https://github.com/nodeshift/kube-service-bindings/commit/0c9f7488ab0091ad7f3d4261d1b722408929907c))
24+
* upgrade eslint from 8.52.0 to 8.53.0 ([7a69cdf](https://github.com/nodeshift/kube-service-bindings/commit/7a69cdfbee041143ae481d9cebae52afd491dd54))
25+
* upgrade eslint-plugin-import from 2.27.5 to 2.28.0 ([c1bb37e](https://github.com/nodeshift/kube-service-bindings/commit/c1bb37e3af7d21e309df6bb52cf27e1b5335c898))
26+
* upgrade eslint-plugin-import from 2.28.0 to 2.28.1 ([062bcb2](https://github.com/nodeshift/kube-service-bindings/commit/062bcb256f0a77591e0df1db2fdf7a197fb22627))
27+
* upgrade eslint-plugin-import from 2.28.1 to 2.29.0 ([8953b4a](https://github.com/nodeshift/kube-service-bindings/commit/8953b4ab5e14b869d060c6c509808efddc3d2e8b))
28+
* upgrade eslint-plugin-n from 16.0.0 to 16.0.1 ([fe318bb](https://github.com/nodeshift/kube-service-bindings/commit/fe318bb34e839be5c97e8706c78560d5b0d7f70e))
29+
530
## [3.0.0](https://github.com/nodeshift/kube-service-bindings/compare/v2.1.0...v3.0.0) (2023-06-01)
631

732

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kube-service-bindings",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"author": "",
55
"license": "Apache-2.0",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)