@next-k8s/client 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.10](https://github.com/mathiscode/next-k8s-boilerplate/compare/@next-k8s/client@1.0.9...@next-k8s/client@1.0.10) (2022-07-07)
7
+
8
+ **Note:** Version bump only for package @next-k8s/client
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.0.9](https://github.com/mathiscode/next-k8s-boilerplate/compare/@next-k8s/client@1.0.8...@next-k8s/client@1.0.9) (2022-07-06)
7
15
 
8
16
  **Note:** Version bump only for package @next-k8s/client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-k8s/client",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "build": "next build",
@@ -27,5 +27,5 @@
27
27
  "sass": "^1.52.3",
28
28
  "typescript": "4.7.3"
29
29
  },
30
- "gitHead": "e28ae26195b5a105e974ff366741832500b17b31"
30
+ "gitHead": "c632d1f1265d73b618903052426fee9dbb0db02d"
31
31
  }