@feasibleone/blong 1.0.4 → 1.0.6

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 (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +12 -0
  3. package/package.json +6 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.6](https://github.com/feasibleone/blong/compare/blong-v1.0.5...blong-v1.0.6) (2026-01-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update tagline in Docusaurus config and add README files for login and test modules ([0dd37a4](https://github.com/feasibleone/blong/commit/0dd37a48a34d622e16544917a3f6ca89acbae43f))
9
+
10
+ ## [1.0.5](https://github.com/feasibleone/blong/compare/blong-v1.0.4...blong-v1.0.5) (2026-01-25)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * update keywords in package.json files for consistency ([3a391a7](https://github.com/feasibleone/blong/commit/3a391a740e4e9d33a0f0c23aa9be9d8f59013bf8))
16
+
3
17
  ## [1.0.4](https://github.com/feasibleone/blong/compare/blong-v1.0.3...blong-v1.0.4) (2026-01-25)
4
18
 
5
19
 
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ <!-- markdownlint-disable MD033 MD041 -->
2
+ <div align="center">
3
+
4
+ ![Blong logo](https://raw.githubusercontent.com/feasibleone/blong/refs/heads/main/img/manta200.png)
5
+
6
+ # Blong
7
+
8
+ API and DRY focused RAD framework
9
+
10
+ [![docs](https://raw.githubusercontent.com/feasibleone/blong/refs/heads/main/img/button.png)](https://feasibleone.github.io/blong-docs/)
11
+
12
+ </div>
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@feasibleone/blong",
3
3
  "description": "API and DRY focused RAD framework https://feasibleone.github.io/blong-docs",
4
+ "keywords": [
5
+ "blong",
6
+ "rad",
7
+ "framework"
8
+ ],
4
9
  "repository": {
5
10
  "url": "git+https://github.com/feasibleone/blong.git"
6
11
  },
@@ -26,5 +31,5 @@
26
31
  "ci-publish": "npm publish --access public --provenance"
27
32
  },
28
33
  "type": "module",
29
- "version": "1.0.4"
34
+ "version": "1.0.6"
30
35
  }