first-di 3.4.1 → 3.4.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
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [3.4.2] - 2025-12-07
6
+
7
+ ### 📚 Documentation
8
+
9
+ - Update README title to match branding
10
+
5
11
  ## [3.4.1] - 2025-12-07
6
12
 
7
13
  ### ⚙️ Miscellaneous Tasks
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # first-di
1
+ # First-DI
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/first-di.svg)](https://www.npmjs.com/package/first-di)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/first-di.svg)](https://www.npmjs.com/package/first-di)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "first-di",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "author": "Eugene Labutin",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/LabEG/first-di#readme",