@radham/utils 0.1.0 → 0.1.2

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
@@ -6,6 +6,20 @@ All notable changes to this project will be documented in this file.
6
6
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
7
7
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
8
 
9
+ [0.1.2] - 2026-02-08
10
+ --------------------
11
+
12
+ ### Fixed
13
+
14
+ - Corrected install instructions in readme.
15
+
16
+ [0.1.1] - 2026-02-08
17
+ --------------------
18
+
19
+ ### Fixed
20
+
21
+ - Added missing install instructions to readme.
22
+
9
23
  [0.1.0] - 2026-02-08
10
24
  --------------------
11
25
 
@@ -13,4 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
27
 
14
28
  - Initial release.
15
29
 
30
+ [0.1.2]: https://github.com/jbenner-radham/node-utils/compare/v0.1.1...v0.1.2
31
+ [0.1.1]: https://github.com/jbenner-radham/node-utils/compare/v0.1.0...v0.1.1
16
32
  [0.1.0]: https://github.com/jbenner-radham/node-utils/releases/tag/v0.1.0
package/README.md CHANGED
@@ -6,7 +6,9 @@ A small bespoke utility library.
6
6
  Install
7
7
  -------
8
8
 
9
- ...
9
+ ```shell
10
+ npm install @radham/utils
11
+ ```
10
12
 
11
13
  Usage
12
14
  -----
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radham/utils",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A small bespoke utility library.",
5
5
  "keywords": [
6
6
  "lib",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radham/utils",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A small bespoke utility library.",
5
5
  "keywords": [
6
6
  "lib",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radham/utils",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A small bespoke utility library.",
5
5
  "keywords": [
6
6
  "lib",