@next-k8s/tickets 1.0.13 → 1.0.14

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 +3 -3
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.14](https://github.com/mathiscode/next-k8s-boilerplate/compare/@next-k8s/tickets@1.0.13...@next-k8s/tickets@1.0.14) (2022-07-07)
7
+
8
+ **Note:** Version bump only for package @next-k8s/tickets
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.0.13](https://github.com/mathiscode/next-k8s-boilerplate/compare/@next-k8s/tickets@1.0.12...@next-k8s/tickets@1.0.13) (2022-07-07)
7
15
 
8
16
  **Note:** Version bump only for package @next-k8s/tickets
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-k8s/tickets",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -25,7 +25,7 @@
25
25
  ]
26
26
  },
27
27
  "dependencies": {
28
- "@next-k8s/common": "^0.1.27",
28
+ "@next-k8s/common": "^0.1.28",
29
29
  "@types/cookie-session": "^2.0.44",
30
30
  "@types/express": "^4.17.13",
31
31
  "@types/jsonwebtoken": "^8.5.8",
@@ -51,5 +51,5 @@
51
51
  "supertest": "^6.2.3",
52
52
  "ts-jest": "^28.0.4"
53
53
  },
54
- "gitHead": "a0407c9cfebfc8ff6880bef9239f61514d37a62c"
54
+ "gitHead": "c632d1f1265d73b618903052426fee9dbb0db02d"
55
55
  }