@next-k8s/nats-test 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/nats-test@1.0.9...@next-k8s/nats-test@1.0.10) (2022-07-07)
7
+
8
+ **Note:** Version bump only for package @next-k8s/nats-test
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.0.9](https://github.com/mathiscode/next-k8s-boilerplate/compare/@next-k8s/nats-test@1.0.8...@next-k8s/nats-test@1.0.9) (2022-07-06)
7
15
 
8
16
  **Note:** Version bump only for package @next-k8s/nats-test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-k8s/nats-test",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "nats-test",
5
5
  "scripts": {
6
6
  "publisher": "ts-node-dev --rs --notify false src/publisher.ts",
@@ -15,5 +15,5 @@
15
15
  "ts-node-dev": "^2.0.0",
16
16
  "typescript": "^4.7.4"
17
17
  },
18
- "gitHead": "e28ae26195b5a105e974ff366741832500b17b31"
18
+ "gitHead": "c632d1f1265d73b618903052426fee9dbb0db02d"
19
19
  }