@clipboard-health/util-ts 0.7.2 → 0.7.4

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.7.4](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.7.3...util-ts-0.7.4) (2023-07-12)
6
+
7
+ ## [0.7.3](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.7.2...util-ts-0.7.3) (2023-07-10)
8
+
5
9
  ## [0.7.2](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.7.1...util-ts-0.7.2) (2023-07-07)
6
10
 
7
11
  ## [0.7.1](https://github.com/ClipboardHealth/cbh-core/compare/util-ts-0.7.0...util-ts-0.7.1) (2023-07-05)
package/README.md CHANGED
@@ -6,7 +6,7 @@ TypeScript utilities.
6
6
 
7
7
  - [Install](#install)
8
8
  - [Usage](#usage)
9
- - [Local development commands](#local-development-commands)
9
+ - [Local development commands](#local-development-commands)
10
10
 
11
11
  ## Install
12
12
 
@@ -16,6 +16,6 @@ npm install @clipboard-health/util-ts
16
16
 
17
17
  ## Usage
18
18
 
19
- ### Local development commands
19
+ ## Local development commands
20
20
 
21
21
  See [`package.json`](./package.json) `scripts` for a list of commands.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/util-ts",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "main": "./src/index.js",
5
5
  "scripts": {
6
6
  "build": "nx build util-ts",