@quenty/string 3.0.0 → 3.1.0

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
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.0.0...@quenty/string@3.1.0) (2023-02-21)
7
+
8
+ **Note:** Version bump only for package @quenty/string
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@2.3.0...@quenty/string@3.0.0) (2022-08-14)
7
15
 
8
16
 
package/README.md CHANGED
@@ -13,9 +13,9 @@
13
13
 
14
14
  This module provides utility functions for strings
15
15
 
16
- <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/string">View docs →</a></div>
16
+ <div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/String">View docs →</a></div>
17
17
 
18
18
  ## Installation
19
19
  ```
20
20
  npm install @quenty/string --save
21
- ```
21
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/string",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "This module provides utility functions for strings",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -28,5 +28,5 @@
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "dbb62609f980983cc32da90acfef13e30ed41113"
31
+ "gitHead": "e084b0cc097ddbcb7c782b8ecbd9c2d619c49354"
32
32
  }