stringzy 2.2.0 → 2.2.1

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.txt CHANGED
@@ -3,7 +3,15 @@ CHANGELOG
3
3
  All notable changes to the `stringzy` package will be documented in this file.
4
4
 
5
5
  =============================================================================
6
- Version 2.1.0 - 2025-05-31
6
+ Version 2.2.1 - 2025-06-04
7
+ -----------------------------------------------------------------------------
8
+
9
+ ADDED:
10
+ - Added npmignore file to exclude unnecessary files from the package
11
+
12
+
13
+ =============================================================================
14
+ Version 2.2.0 - 2025-06-04
7
15
  -----------------------------------------------------------------------------
8
16
 
9
17
  ADDED:
package/index.js CHANGED
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * @module stringzy
9
9
  * @author Samarth Ruia
10
- * @version 2.2.0
10
+ * @version 2.2.1
11
11
  */
12
12
 
13
13
  import * as transformations from './transformations.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stringzy",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "scripts": {
Binary file