ntlogger 2.2.2 → 2.2.3

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/index.js +11 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,6 +1,17 @@
1
+ /*!
2
+ * ntlogger
3
+ * Copyright(c) 2024 Kevin R
4
+ * GPL-3.0 Licensed
5
+ */
6
+
1
7
  /**
2
8
  * Change Log:
3
9
  *
10
+ * v2.2.3 - 04/01/2024:
11
+ * Reduced GitHub Actions to only NPM publish
12
+ * Fixed export
13
+ * Modified readme and examples
14
+ *
4
15
  * v2.2.2 - 03/31/2024:
5
16
  * Take 2 on setting up CI with GitHub Actions to NPM
6
17
  * Housekeeping
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntlogger",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/NightSquawk/NightTimeLogger.git"