@clipboard-health/rules-engine 0.1.6 → 1.0.1

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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [1.0.1](https://github.com/ClipboardHealth/cbh-core/compare/rules-engine-1.0.0...rules-engine-1.0.1) (2024-07-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * add build postTarget ([#692](https://github.com/ClipboardHealth/cbh-core/issues/692)) ([3b42efb](https://github.com/ClipboardHealth/cbh-core/commit/3b42efb603572c7a273c8eedd554773c6a364acf))
11
+
12
+ ## [1.0.0](https://github.com/ClipboardHealth/cbh-core/compare/rules-engine-0.1.6...rules-engine-1.0.0) (2024-07-18)
13
+
14
+
15
+ ### ⚠ BREAKING CHANGES
16
+
17
+ * upgrade Nx to v18 (#690)
18
+
19
+ ### Code Refactoring
20
+
21
+ * upgrade Nx to v18 ([#690](https://github.com/ClipboardHealth/cbh-core/issues/690)) ([e6dd982](https://github.com/ClipboardHealth/cbh-core/commit/e6dd982db39022a72dfbf888f707768bae834ccb))
22
+
5
23
  ## [0.1.6](https://github.com/ClipboardHealth/cbh-core/compare/rules-engine-0.1.5...rules-engine-0.1.6) (2024-07-12)
6
24
 
7
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/rules-engine",
3
- "version": "0.1.6",
3
+ "version": "1.0.1",
4
4
  "main": "./src/index.js",
5
5
  "scripts": {
6
6
  "build": "nx build rules-engine",