Skip to content

Commit 6487574

Browse files
chore(main): release 3.1.0
1 parent 7443bab commit 6487574

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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-08-28)
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-plugin-import from 2.27.5 to 2.28.0 ([c1bb37e](https://github.com/nodeshift/kube-service-bindings/commit/c1bb37e3af7d21e309df6bb52cf27e1b5335c898))
20+
* upgrade eslint-plugin-n from 16.0.0 to 16.0.1 ([fe318bb](https://github.com/nodeshift/kube-service-bindings/commit/fe318bb34e839be5c97e8706c78560d5b0d7f70e))
21+
522
## [3.0.0](https://github.com/nodeshift/kube-service-bindings/compare/v2.1.0...v3.0.0) (2023-06-01)
623

724

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)