@quenty/maid 2.0.3-canary.4c04014.0 → 2.2.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,7 +3,15 @@
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
- ## [2.0.3-canary.4c04014.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/maid@2.0.2...@quenty/maid@2.0.3-canary.4c04014.0) (2022-01-17)
6
+ # [2.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/maid@2.1.0...@quenty/maid@2.2.0) (2022-03-10)
7
+
8
+ **Note:** Version bump only for package @quenty/maid
9
+
10
+
11
+
12
+
13
+
14
+ # [2.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/maid@2.0.2...@quenty/maid@2.1.0) (2022-01-17)
7
15
 
8
16
 
9
17
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/maid",
3
- "version": "2.0.3-canary.4c04014.0",
3
+ "version": "2.2.0",
4
4
  "description": "Easily cleanup event listeners and objects in Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -29,5 +29,5 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "4c040145693283525ba3f4c793cead7abee28fb2"
32
+ "gitHead": "0797de955876b050fb24875de0423453e268b2ce"
33
33
  }
@@ -1,4 +1,3 @@
1
- -- luacheck: push ignore
2
1
  --[=[
3
2
  Manages the cleaning of events and other things. Useful for
4
3
  encapsulating state and make deconstructors easy.