search-algoritm 1.5.0 → 1.5.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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
---
|
|
6
|
+
## [1.5.2] - 2026-03-05
|
|
7
|
+
### Patch
|
|
8
|
+
- Patch version added because changelog wasn´t saved on 1.5.1
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
## [1.5.1] - 2026-03-05
|
|
12
|
+
### Patch
|
|
13
|
+
- Patch version added because 1.5.0 didn´t get published on NPM properly.
|
|
14
|
+
|
|
5
15
|
---
|
|
6
16
|
## [1.5.0] - 2026-03-05
|
|
7
17
|
### Changed
|