@quenty/observablecollection 5.19.0 → 5.19.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.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
+ ## [5.19.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.19.0...@quenty/observablecollection@5.19.1) (2023-07-11)
7
+
8
+ **Note:** Version bump only for package @quenty/observablecollection
9
+
10
+
11
+
12
+
13
+
6
14
  # [5.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@5.18.1...@quenty/observablecollection@5.19.0) (2023-07-10)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/observablecollection
package/README.md CHANGED
@@ -17,5 +17,5 @@ A set of observable collections, such as sets, maps, sorted lists, and more. Gre
17
17
 
18
18
  ## Installation
19
19
  ```
20
- npm install @quenty/observableset --save
20
+ npm install @quenty/observablecollection --save
21
21
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/observablecollection",
3
- "version": "5.19.0",
3
+ "version": "5.19.1",
4
4
  "description": "A set of observable collections, such as sets, maps, sorted lists, and more.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "6c9093879c4547ca55a7b42842e35ad277cc0f08"
43
+ "gitHead": "971c4941a1c530bf13966615260f5abb414ac99c"
44
44
  }