@next-k8s/tickets 1.0.24 → 1.0.25

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.25](https://github.com/mathiscode/next-k8s/compare/@next-k8s/tickets@1.0.24...@next-k8s/tickets@1.0.25) (2022-07-11)
7
+
8
+ **Note:** Version bump only for package @next-k8s/tickets
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.0.24](https://github.com/mathiscode/next-k8s/compare/@next-k8s/tickets@1.0.23...@next-k8s/tickets@1.0.24) (2022-07-11)
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.24",
3
+ "version": "1.0.25",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -34,7 +34,7 @@
34
34
  ]
35
35
  },
36
36
  "dependencies": {
37
- "@next-k8s/common": "^0.1.32",
37
+ "@next-k8s/common": "^0.1.33",
38
38
  "@types/cookie-session": "^2.0.44",
39
39
  "@types/express": "^4.17.13",
40
40
  "@types/jsonwebtoken": "^8.5.8",
@@ -61,5 +61,5 @@
61
61
  "supertest": "^6.2.3",
62
62
  "ts-jest": "^28.0.4"
63
63
  },
64
- "gitHead": "63ceb82db9722e9fe3b260d9fa7427fceed5e7a1"
64
+ "gitHead": "e182566d2a65f731ed1ae69091a1336359a99c0b"
65
65
  }