@restorecommerce/gql-bot 0.2.7 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,32 @@
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.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/gql-bot@0.2.7...@restorecommerce/gql-bot@1.0.0) (2022-08-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **gql-bot:** unit test ([ff69432](https://github.com/restorecommerce/libs/commit/ff69432fb60238b76aec9f0dd0b5a95c6197bcdf))
12
+
13
+
14
+ ### Features
15
+
16
+ * move to fully typed grpc client and server ([ec9be2d](https://github.com/restorecommerce/libs/commit/ec9be2daff0823e9ba440a2845b7b1a7f2d74b50))
17
+
18
+
19
+ ### Reverts
20
+
21
+ * Revert "BREAKING CHANGE: move to fully typed grpc client and server" ([2d584a7](https://github.com/restorecommerce/libs/commit/2d584a709632ae608f595a2c836deabd34f671d9))
22
+
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ * move to fully typed grpc client and server
27
+
28
+
29
+
30
+
31
+
6
32
  ## [0.2.7](https://github.com/restorecommerce/libs/compare/@restorecommerce/gql-bot@0.2.6...@restorecommerce/gql-bot@0.2.7) (2022-08-10)
7
33
 
8
34
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@restorecommerce/gql-bot",
3
3
  "description": "GraphQL Client Automated Task Processor",
4
4
  "main": "lib/index",
5
- "version": "0.2.7",
5
+ "version": "1.0.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/restorecommerce/libs.git"
@@ -71,5 +71,5 @@
71
71
  }
72
72
  }
73
73
  },
74
- "gitHead": "2919a9307270e927f21d7850df0d258da76ce93d"
74
+ "gitHead": "2b25803ec9494c298f4f008a55485bc201c83bb8"
75
75
  }