@feasibleone/blong-test 1.0.4 → 1.0.5

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
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.5](https://github.com/feasibleone/blong/compare/blong-test-v1.0.4...blong-test-v1.0.5) (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
+
3
10
  ## [1.0.4](https://github.com/feasibleone/blong/compare/blong-test-v1.0.3...blong-test-v1.0.4) (2026-01-25)
4
11
 
5
12
 
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
@@ -15,7 +15,7 @@
15
15
  "ci-publish": "npm publish --access public --provenance"
16
16
  },
17
17
  "type": "module",
18
- "version": "1.0.4",
18
+ "version": "1.0.5",
19
19
  "dependencies": {},
20
20
  "peerDependencies": {
21
21
  "@feasibleone/blong": "^1.0.0"