search-algoritm 1.5.1 → 1.5.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/CHANGELOG.md +15 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ---
6
+ ## [1.5.3] - 2026-03-05
7
+ ### Patch
8
+ - The version 1.5.2 could not be installed via NPM because it was either not fully published or the NPM registry forbids overwriting a previously published version. Users must either wait until it becomes available on NPM, install directly from the Git repository, or use a local package installation.
9
+
10
+ ---
11
+ ## [1.5.2] - 2026-03-05
12
+ ### Patch
13
+ - Patch version added because changelog wasn´t saved on 1.5.1
14
+
15
+ ---
16
+ ## [1.5.1] - 2026-03-05
17
+ ### Patch
18
+ - Patch version added because 1.5.0 didn´t get published on NPM properly.
19
+
5
20
  ---
6
21
  ## [1.5.0] - 2026-03-05
7
22
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "search-algoritm",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Simple and lightweight fuzzy search algoritm for titles and descriptions.",
5
5
  "main": "index.js",
6
6
  "scripts": {